1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

Add a missing #include (fix compiler warning).

This commit is contained in:
Petr Rockai 2009-11-19 12:09:53 +00:00
parent e7a5c8cf3d
commit 2f1d6f7f0c

View File

@ -24,6 +24,7 @@
#include "lvm-string.h"
#include "str_list.h"
#include "locking.h" /* FIXME Should not be used in this file */
#include "memlock.h"
#include "defaults.h" /* FIXME: should this be defaults.h? */