summaryrefslogtreecommitdiff
path: root/tools/ivyprobe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ivyprobe.c')
-rw-r--r--tools/ivyprobe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ivyprobe.c b/tools/ivyprobe.c
index a70d1bb..a7913ec 100644
--- a/tools/ivyprobe.c
+++ b/tools/ivyprobe.c
@@ -34,10 +34,11 @@
#include <string.h>
#ifdef WIN32
#include <windows.h>
-#include "getopt.h"
#ifdef __MINGW32__
#include <regex.h>
#include <getopt.h>
+#else
+#include "getopt.h"
#endif
#else
#include <sys/time.h>