summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_base.c
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-07-29 18:38:27 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-07-29 18:38:27 +0000
commite3d384af5bce929df75fc61f835f6fc81122f5c4 (patch)
tree4f38028b8372330d8daef4550d08ea1a6f2c02bd /liblvm/lvm_base.c
parent018eceb66b6c2a1efee798485a1420d64206e5c4 (diff)
downloadlvm2-e3d384af5bce929df75fc61f835f6fc81122f5c4.tar.gz
lvm2-e3d384af5bce929df75fc61f835f6fc81122f5c4.tar.xz
lvm2-e3d384af5bce929df75fc61f835f6fc81122f5c4.zip
Don't include lvm-version.h in exported liblvm file!
Move include of lvm-version.h into lvm_base.c where it belongs.
Diffstat (limited to 'liblvm/lvm_base.c')
-rw-r--r--liblvm/lvm_base.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblvm/lvm_base.c b/liblvm/lvm_base.c
index e910a9f5..b4be9061 100644
--- a/liblvm/lvm_base.c
+++ b/liblvm/lvm_base.c
@@ -16,6 +16,7 @@
#include "lvm2app.h"
#include "toolcontext.h"
#include "locking.h"
+#include "lvm-version.h"
const char *lvm_library_get_version(void)
{