diff --git a/get_path.c b/get_path.c index 76a0169519..16c93551c8 100644 --- a/get_path.c +++ b/get_path.c @@ -20,10 +20,15 @@ #include #endif -#ifdef WIN32 +#ifdef __MINGW32__ #include #endif +#ifdef __CYGWIN__ +#include +#include +#endif + #ifdef __OS2__ #define INCL_DOS #include