From: Brian Norris Date: Sat, 23 Jan 2016 21:31:50 +0000 (-0800) Subject: mkfs.ubifs: , not X-Git-Tag: v2.0.0-rc1~49 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f4ba6b8ee73b3b6f726a02ad6ffe826cf8f31261;p=mtd-utils.git 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 --- 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 */