From d552172d149566e974bccf75dff2bc15bad69602 Mon Sep 17 00:00:00 2001 From: fcolin Date: Tue, 20 Jan 2004 13:40:16 +0000 Subject: pour la compilation sous INTERIX ( Windows SFU 3.5) avec gcc --- src/ivyprobe.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#ifdef __INTERIX +extern char *optarg; +extern int optind; +#endif #include #endif #ifdef XTMAINLOOP -- cgit v1.1