From f4ba6b8ee73b3b6f726a02ad6ffe826cf8f31261 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Sat, 23 Jan 2016 13:31:50 -0800 Subject: mkfs.ubifs: , not To be consistent with mkfs.jffs2, and to get this to build on my machine, it looks like we should use , not . Fixes this error, seen on an Ubuntu 14.04 build system: ubifs-utils/mkfs.ubifs/mkfs.ubifs.c:30:24: fatal error: attr/xattr.h: No such file or directory #include ^ Signed-off-by: Brian Norris Cc: Sascha Hauer Cc: Marc Kleine-Budde Reviewed-by: Richard Weinberger --- ubifs-utils/mkfs.ubifs/mkfs.ubifs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c index 27f8d0a..a60052d 100644 --- a/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c +++ b/ubifs-utils/mkfs.ubifs/mkfs.ubifs.c @@ -27,7 +27,7 @@ #include "common.h" #include #ifndef WITHOUT_XATTR -#include +#include #endif /* Size (prime number) of hash table for link counting */ -- cgit v1.2.3