aboutsummaryrefslogtreecommitdiffstats
path: root/community/html-xml-utils/getopt-musl-fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/html-xml-utils/getopt-musl-fix.patch')
-rw-r--r--community/html-xml-utils/getopt-musl-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/html-xml-utils/getopt-musl-fix.patch b/community/html-xml-utils/getopt-musl-fix.patch
new file mode 100644
index 0000000000..dc76c0cf95
--- /dev/null
+++ b/community/html-xml-utils/getopt-musl-fix.patch
@@ -0,0 +1,12 @@
+diff --git a/hxnum.c b/hxnum.c
+index d72bac6..deaba9b 100644
+--- a/hxnum.c
++++ b/hxnum.c
+@@ -28,6 +28,7 @@
+ # endif
+ #endif
+ #include <stdlib.h>
++#include <getopt.h>
+ #include <assert.h>
+ #include "export.h"
+ #include "types.e"