From 454a3d0b1ac413de3c32e4076ba74fdc70a8e973 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Mon, 10 Jul 2017 13:54:24 +0200 Subject: mkfs-ubifs: fix inclusion of uuid.h The include directory exported by uuid.pc is */include/uuid, so uuid.h must be included without any directory in the path. This usually works out because uuid is installed in the normal prefix, so the parent directory of what uuid has as include dir ends up in the include path anyway. In case one uses a custom uuid outside of the regular include path this breaks. Signed-off-by: Rolf Eike Beer Signed-off-by: David Oberhollenzer --- ubifs-utils/mkfs.ubifs/mkfs.ubifs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.h b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.h index 944a159..1321191 100644 --- a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.h +++ b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.h @@ -43,7 +43,7 @@ #include #include #include -#include +#include #include #include -- cgit v1.2.3