summaryrefslogtreecommitdiff
path: root/probe-bcache.c
diff options
context:
space:
mode:
authorMike Krinkin <krinkin.m.u@gmail.com>2015-08-23 21:38:56 +0300
committerKent Overstreet <kent.overstreet@gmail.com>2015-08-26 16:23:44 -0800
commite9acf2e0d2441d480c30e888800c8aa490e6dea0 (patch)
treef08b770f041319587e1137ac63d11a6d5a16270b /probe-bcache.c
parentf45d84c6abcebfc83f645962191de69e3ad53edf (diff)
Fix build error with libblkid usage
Diffstat (limited to 'probe-bcache.c')
-rw-r--r--probe-bcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/probe-bcache.c b/probe-bcache.c
index 1b85c4a5..cc04f53a 100644
--- a/probe-bcache.c
+++ b/probe-bcache.c
@@ -8,7 +8,7 @@
#define __USE_FILE_OFFSET64
#define _XOPEN_SOURCE 500
-#include <blkid.h>
+#include <blkid/blkid.h>
#include <fcntl.h>
#include <linux/fs.h>
#include <stdbool.h>