diff --git a/srcpkgs/sunxi-tools/patches/include_getopt.patch b/srcpkgs/sunxi-tools/patches/include_getopt.patch new file mode 100644 index 00000000000..6bc79cf8565 --- /dev/null +++ b/srcpkgs/sunxi-tools/patches/include_getopt.patch @@ -0,0 +1,10 @@ +--- fexc.c 2015-02-26 21:35:40.000000000 +0100 ++++ fexc.c 2015-11-27 13:31:52.663341582 +0100 +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + + #define pr_info(...) errf("fexc: " __VA_ARGS__) + #define pr_err(...) errf("E: fexc: " __VA_ARGS__)