diff options
Diffstat (limited to 'utils/lvm2/patches/001-include_fix.patch')
-rw-r--r-- | utils/lvm2/patches/001-include_fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/utils/lvm2/patches/001-include_fix.patch b/utils/lvm2/patches/001-include_fix.patch new file mode 100644 index 000000000..0c79d5da1 --- /dev/null +++ b/utils/lvm2/patches/001-include_fix.patch @@ -0,0 +1,12 @@ +diff -urN LVM2.2.02.111.old/lib/device/dev-type.c LVM2.2.02.111/lib/device/dev-type.c +--- LVM2.2.02.111.old/lib/device/dev-type.c 2014-09-17 09:41:08.281821278 -0400 ++++ LVM2.2.02.111/lib/device/dev-type.c 2014-09-17 09:41:50.773821280 -0400 +@@ -22,7 +22,7 @@ + #include <ctype.h> + + #ifdef BLKID_WIPING_SUPPORT +-#include <blkid.h> ++#include <blkid/blkid.h> + #endif + + #include "device-types.h" |