LVM2/lib/metadata mirror.c
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs/lvm2 Module name: LVM2 Changes by: mornfall at sourceware.org 2009-11-19 12:09:53 Modified files: lib/metadata : mirror.c Log message: Add a missing #include (fix compiler warning). Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/mirror.c.diff?cvsroot=lvm2&r1=1.93&r2=1.94 --- LVM2/lib/metadata/mirror.c 2009/11/18 18:23:46 1.93 +++ LVM2/lib/metadata/mirror.c 2009/11/19 12:09:53 1.94 @@ -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? */