blob: 625fb6c44f1eb73896f09ce6511803d72fae6269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/lib/device/dev-type.c
+++ b/lib/device/dev-type.c
@@ -24,7 +24,7 @@
#include <ctype.h>
#ifdef BLKID_WIPING_SUPPORT
-#include <blkid.h>
+#include <blkid/blkid.h>
#endif
#ifdef UDEV_SYNC_SUPPORT
|