blob: dc76c0cf95a9fcb34dc434b4af308fd19cf529c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|