mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 19:50:13 -07:00
14 lines
306 B
Diff
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
|