1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00

Fix missing include.

This commit is contained in:
Milan Broz 2009-12-09 19:30:56 +00:00
parent 0fa0e6addf
commit 452bbb87a9

View 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;