summaryrefslogtreecommitdiffstats
path: root/tools/vgck.c
diff options
context:
space:
mode:
authorMilan Broz <mbroz@redhat.com>2009-03-16 15:19:29 +0000
committerMilan Broz <mbroz@redhat.com>2009-03-16 15:19:29 +0000
commitd726767f140cabae1c3f01958e5df536168bd618 (patch)
tree4d9db56a21f7c33453d91f204da2dd44e82eaefa /tools/vgck.c
parent7f436a0f39c77ad2dbe175c94c1ac77842057529 (diff)
downloadlvm2-d726767f140cabae1c3f01958e5df536168bd618.tar.gz
lvm2-d726767f140cabae1c3f01958e5df536168bd618.tar.xz
lvm2-d726767f140cabae1c3f01958e5df536168bd618.zip
Fix warning in previous commit.
Diffstat (limited to 'tools/vgck.c')
-rw-r--r--tools/vgck.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/vgck.c b/tools/vgck.c
index 26eab99a..9d5773c4 100644
--- a/tools/vgck.c
+++ b/tools/vgck.c
@@ -14,6 +14,7 @@
*/
#include "tools.h"
+#include "metadata.h"
static int vgck_single(struct cmd_context *cmd __attribute((unused)),
const char *vg_name,