From 2be9e93986840038d880e282ead1ac81eb269251 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Fri, 3 Jun 2016 11:04:15 +1000 Subject: [PATCH] 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 --- include/linux.h | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.50.1