diff options
Diffstat (limited to 'package/xfsprogs/patches/patch-include_linux_h')
-rw-r--r-- | package/xfsprogs/patches/patch-include_linux_h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/xfsprogs/patches/patch-include_linux_h b/package/xfsprogs/patches/patch-include_linux_h new file mode 100644 index 000000000..d7836e61e --- /dev/null +++ b/package/xfsprogs/patches/patch-include_linux_h @@ -0,0 +1,10 @@ +--- xfsprogs-4.3.0.orig/include/linux.h 2015-11-10 20:54:46.000000000 +0100 ++++ xfsprogs-4.3.0/include/linux.h 2015-11-27 06:29:33.000000000 +0100 +@@ -29,6 +29,7 @@ + #include <errno.h> + #include <endian.h> + #include <stdbool.h> ++#include <stdio.h> + #include <asm/types.h> + #include <mntent.h> + |