From d06d028a5a5c204ac2504e6bf6aa65a2e3b8aeb5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 17 Feb 2009 21:28:09 +0100 Subject: build-sys: use pkg-config for blkid and volume_id It seems that blkid.pc from e2fsprogs has been fixed: $ pkg-config --libs blkid -lblkid and the pkg-config does not return any other extra libraries (such -luuid or -ldevmapper). Signed-off-by: Karel Zak --- lib/fsprobe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/fsprobe.c') diff --git a/lib/fsprobe.c b/lib/fsprobe.c index d8d927d7a..5fecc6492 100644 --- a/lib/fsprobe.c +++ b/lib/fsprobe.c @@ -7,7 +7,7 @@ #include #include -#include /* TODO: , -I/usr/include/blkid */ +#include #include "blkdev.h" #include "canonicalize.h" -- cgit v1.2.3-55-g7522