html-xml-utils: fix musl build

This commit is contained in:
Michael Gehring 2016-03-20 10:32:43 +01:00
parent c066a33257
commit 7617788b7e

View file

@ -0,0 +1,10 @@
--- hxnum.c.orig 2016-03-20 16:18:47.815855780 +0100
+++ hxnum.c 2016-03-20 16:19:40.197200923 +0100
@@ -29,6 +29,7 @@
#endif
#include <stdlib.h>
#include <assert.h>
+#include <getopt.h>
#include "export.h"
#include "types.e"
#include "class.e"