mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 14:48:39 +01:00
154abade7a
Moved libblkid depend to fix compilation Signed-off-by: Rosen Penev <rosenp@gmail.com>
12 lines
207 B
Diff
12 lines
207 B
Diff
--- a/lib/device/dev-type.c
|
|
+++ b/lib/device/dev-type.c
|
|
@@ -25,7 +25,7 @@
|
|
#include <ctype.h>
|
|
|
|
#ifdef BLKID_WIPING_SUPPORT
|
|
-#include <blkid.h>
|
|
+#include <blkid/blkid.h>
|
|
#endif
|
|
|
|
#ifdef UDEV_SYNC_SUPPORT
|