summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ivyprobe.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ivyprobe.c b/src/ivyprobe.c
index ec79567..99cb5cc 100644
--- a/src/ivyprobe.c
+++ b/src/ivyprobe.c
@@ -36,6 +36,10 @@
#else
#include <sys/time.h>
#include <unistd.h>
+#ifdef __INTERIX
+extern char *optarg;
+extern int optind;
+#endif
#include <regex.h>
#endif
#ifdef XTMAINLOOP