1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 02:35:23 +03:00
aports/community/html-xml-utils/getopt-musl-fix.patch
2016-08-26 22:09:42 +00:00

12 lines
228 B
Diff

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"