2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 16:32:28 +00:00
repo/extra/lvm2/patches/001-include_fix.patch
2019-09-04 08:44:30 +03:00

14 lines
306 B
Diff

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