summaryrefslogtreecommitdiffstats
path: root/libdm/datastruct
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2008-11-03 18:59:59 +0000
committerAlasdair Kergon <agk@redhat.com>2008-11-03 18:59:59 +0000
commit3e5b6ed2147e3b31a23cfe2547aa55e1e6084986 (patch)
tree306050d1c947e9d1d5999382f30b5c43bf7434c8 /libdm/datastruct
parent965566dcf0eae31259f358cb57bb0f17ef921d67 (diff)
downloadlvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.tar.gz
lvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.tar.xz
lvm2-3e5b6ed2147e3b31a23cfe2547aa55e1e6084986.zip
more tweaking to get things to compile - dmlib.h for log fns, list.h
Diffstat (limited to 'libdm/datastruct')
-rw-r--r--libdm/datastruct/bitset.c2
-rw-r--r--libdm/datastruct/hash.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libdm/datastruct/bitset.c b/libdm/datastruct/bitset.c
index aaf67878..95391625 100644
--- a/libdm/datastruct/bitset.c
+++ b/libdm/datastruct/bitset.c
@@ -13,7 +13,7 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "lib.h"
+#include "dmlib.h"
/* FIXME: calculate this. */
#define INT_SHIFT 5
diff --git a/libdm/datastruct/hash.c b/libdm/datastruct/hash.c
index 8fd3e60c..9f8eff64 100644
--- a/libdm/datastruct/hash.c
+++ b/libdm/datastruct/hash.c
@@ -13,7 +13,7 @@
* Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "lib.h"
+#include "dmlib.h"
struct dm_hash_node {
struct dm_hash_node *next;