012ae7f
diff -ruN bcache-tools-1.1.orig/lib.c bcache-tools-1.1/lib.c
012ae7f
--- bcache-tools-1.1.orig/lib.c	2019-12-12 13:51:01.000000000 +0100
012ae7f
+++ bcache-tools-1.1/lib.c	2021-01-30 12:34:09.882481894 +0100
012ae7f
@@ -2,7 +2,7 @@
012ae7f
 // Author: Shaoxiong Li <dahefanteng@gmail.com>
012ae7f
 
012ae7f
 #include <stdbool.h>
012ae7f
-#include <blkid.h>
012ae7f
+#include <blkid/blkid.h>
012ae7f
 #include <dirent.h>
012ae7f
 #include <sys/types.h>
012ae7f
 #include <unistd.h>
012ae7f
@@ -10,7 +10,7 @@
012ae7f
 #include <fcntl.h>
012ae7f
 #include "bcache.h"
012ae7f
 #include "lib.h"
012ae7f
-#include <uuid.h>
012ae7f
+#include <uuid/uuid.h>
012ae7f
 #include <string.h>
012ae7f
 #include <malloc.h>
012ae7f
 #include <regex.h>
012ae7f
diff -ruN bcache-tools-1.1.orig/probe-bcache.c bcache-tools-1.1/probe-bcache.c
012ae7f
--- bcache-tools-1.1.orig/probe-bcache.c	2019-12-12 13:51:01.000000000 +0100
012ae7f
+++ bcache-tools-1.1/probe-bcache.c	2021-01-30 12:33:46.338676440 +0100
012ae7f
@@ -8,7 +8,7 @@
012ae7f
 #define __USE_FILE_OFFSET64
012ae7f
 #define _XOPEN_SOURCE 500
012ae7f
 
012ae7f
-#include <blkid.h>
012ae7f
+#include <blkid/blkid.h>
012ae7f
 #include <fcntl.h>
012ae7f
 #include <linux/fs.h>
012ae7f
 #include <stdbool.h>