]> sourceware.org Git - lvm2.git/commitdiff
Fix missing include.
authorMilan Broz <mbroz@redhat.com>
Wed, 9 Dec 2009 19:30:56 +0000 (19:30 +0000)
committerMilan Broz <mbroz@redhat.com>
Wed, 9 Dec 2009 19:30:56 +0000 (19:30 +0000)
daemons/clvmd/lvm-functions.c

index d5571016553f1eaa8939788d6e308af604644994..385aa860c6a6f1453813bb764add7baf061ccfea 100644 (file)
@@ -52,6 +52,7 @@
 #include "locking.h"
 #include "archiver.h"
 #include "defaults.h"
+#include "memlock.h"
 
 static struct cmd_context *cmd = NULL;
 static struct dm_hash_table *lv_hash = NULL;
This page took 0.03786 seconds and 5 git commands to generate.