sunxi-tools: really fix build
This commit is contained in:
parent
62ad1a0b8d
commit
93665d5f4f
1 changed files with 10 additions and 0 deletions
10
srcpkgs/sunxi-tools/patches/include_getopt.patch
Normal file
10
srcpkgs/sunxi-tools/patches/include_getopt.patch
Normal file
|
@ -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 <sys/stat.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
#include <fcntl.h>
|
||||||
|
+#include <getopt.h>
|
||||||
|
|
||||||
|
#define pr_info(...) errf("fexc: " __VA_ARGS__)
|
||||||
|
#define pr_err(...) errf("E: fexc: " __VA_ARGS__)
|
Loading…
Reference in a new issue