[PATCH 2/6] dump/content.c: Include <linux/limits.h> for XATTR_LIST_MAX

Felix Janda felix.janda at posteo.de
Tue Jan 12 15:08:20 CST 2016


Signed-off-by: Felix Janda <felix.janda at posteo.de>
---
 dump/content.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dump/content.c b/dump/content.c
index 1e86292..97e42ab 100644
--- a/dump/content.c
+++ b/dump/content.c
@@ -36,6 +36,7 @@
 #include <xfs/xfs.h>
 #include <xfs/jdm.h>
 #ifdef linux
+#include <linux/limits.h>
 #include <xfs/xqm.h>
 #endif
 
-- 
2.4.10



More information about the xfs mailing list