summaryrefslogtreecommitdiff
path: root/tools/tool.h
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-08 12:31:45 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-08 12:31:45 +0100
commit286c1ba3369d1901480425e305e313e8ea365da4 (patch)
tree30a27e2f8ebdba3494a18de81bcd8c08aa34fc5a /tools/tool.h
parent88ae928ca3f950fa0ecb8b8e0aff118b7360a9d7 (diff)
downloadlvm2-286c1ba3369d1901480425e305e313e8ea365da4.tar.gz
device_mapper: rename libdevmapper.h -> all.h
I'm paranoid a file will include the global one in /usr/include by accident.
Diffstat (limited to 'tools/tool.h')
-rw-r--r--tools/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tool.h b/tools/tool.h
index 51d530c76..a4cef3def 100644
--- a/tools/tool.h
+++ b/tools/tool.h
@@ -24,7 +24,7 @@
#include <unistd.h>
-#include "device_mapper/libdevmapper.h"
+#include "device_mapper/all.h"
#include "lib/misc/util.h"
#endif /* _LVM_TOOL_H */