1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 10:15:12 +03:00
aports/community/html-xml-utils/getopt-musl-fix.patch
2023-02-13 11:35:15 +01:00

12 lines
252 B
Diff

diff --git a/hxnum.c b/hxnum.c
index c6bc852..729dc67 100644
--- a/hxnum.c
+++ b/hxnum.c
@@ -30,6 +30,7 @@
#include <stdlib.h>
#include <err.h>
#include <sysexits.h>
+#include <getopt.h>
#include <assert.h>
#include "export.h"
#include "types.e"