summaryrefslogtreecommitdiff
path: root/device_mapper/libdm-common.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 /device_mapper/libdm-common.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 'device_mapper/libdm-common.h')
-rw-r--r--device_mapper/libdm-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device_mapper/libdm-common.h b/device_mapper/libdm-common.h
index 010d87674..cf99265a7 100644
--- a/device_mapper/libdm-common.h
+++ b/device_mapper/libdm-common.h
@@ -16,7 +16,7 @@
#ifndef LIB_DMCOMMON_H
#define LIB_DMCOMMON_H
-#include "libdevmapper.h"
+#include "device_mapper/all.h"
#define DM_DEFAULT_NAME_MANGLING_MODE_ENV_VAR_NAME "DM_DEFAULT_NAME_MANGLING_MODE"