summaryrefslogtreecommitdiff
path: root/tools/ivyprobe.c
diff options
context:
space:
mode:
authorfcolin2008-06-23 12:57:35 +0000
committerfcolin2008-06-23 12:57:35 +0000
commitf4c5e0df26399eb354fb909aef19045645007715 (patch)
tree8a179e8780051e84f82169765502fdd50b0bb95c /tools/ivyprobe.c
parentc8fa99ae894adf2643c9cf44b570a39931d5d1ee (diff)
downloadivy-c-f4c5e0df26399eb354fb909aef19045645007715.zip
ivy-c-f4c5e0df26399eb354fb909aef19045645007715.tar.gz
ivy-c-f4c5e0df26399eb354fb909aef19045645007715.tar.bz2
ivy-c-f4c5e0df26399eb354fb909aef19045645007715.tar.xz
Mise a jour pour compilation MinGW
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>