2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/extra/lvm2/patches/001-include_fix.patch

14 lines
306 B
Diff
Raw Normal View History

2019-09-03 19:13:08 +00:00
diff --git a/lib/device/dev-type.c b/lib/device/dev-type.c
index 4e35220..16ae94e 100644
--- a/lib/device/dev-type.c
+++ b/lib/device/dev-type.c
@@ -23,7 +23,7 @@
#include "lib/label/label.h"
#ifdef BLKID_WIPING_SUPPORT
-#include <blkid.h>
+#include <blkid/blkid.h>
#endif
#ifdef UDEV_SYNC_SUPPORT