aboutsummaryrefslogtreecommitdiff
path: root/utils/lvm2/patches/001-include_fix.patch
blob: 09d2db96256c7f3700057cb7fba8117341c29750 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/lib/device/dev-type.c
+++ b/lib/device/dev-type.c
@@ -22,7 +22,7 @@
 #include <ctype.h>
 
 #ifdef BLKID_WIPING_SUPPORT
-#include <blkid.h>
+#include <blkid/blkid.h>
 #endif
 
 #ifdef UDEV_SYNC_SUPPORT