diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-27 07:31:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-11-27 07:32:18 +0100 |
commit | 224b010aaf7ecf15eb7ed33225881502954419cb (patch) | |
tree | ad4fbded4c5c84476d4d37eb394730d0338fdb5c /package/xfsprogs/patches/patch-include_linux_h | |
parent | c950169c2ad9965c5dccdd2963147ffdfbacc8c7 (diff) |
xfsprogs: update to latest stable, unbreak for uClibc-ng builds
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> + |