From 93665d5f4fb81990078128bf4d29b40aaa8bb823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 30 Nov 2015 20:56:51 +0100 Subject: [PATCH] sunxi-tools: really fix build --- srcpkgs/sunxi-tools/patches/include_getopt.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 srcpkgs/sunxi-tools/patches/include_getopt.patch 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__)