From: Christoph Hellwig Date: Fri, 3 Jun 2016 01:04:15 +0000 (+1000) Subject: linux.h: include X-Git-Tag: v4.7.0-rc1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2be9e93986840038d880e282ead1ac81eb269251;p=thirdparty%2Fxfsprogs-dev.git linux.h: include To reliably prevent the redefinition of struct fsxattr. Reported-by: Jeffrey Bastian Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Signed-off-by: Dave Chinner --- diff --git a/include/linux.h b/include/linux.h index cc0f70cee..0c616f4fc 100644 --- a/include/linux.h +++ b/include/linux.h @@ -32,6 +32,7 @@ #include #include #include +#include /* fsxattr defintion for new kernels */ static __inline__ int xfsctl(const char *path, int fd, int cmd, void *p) {