diff --git a/src/fileio.c b/src/fileio.c index 57db26dc8ff..b1ad711555d 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -50,15 +50,6 @@ Boston, MA 02111-1307, USA. */ #include #endif -#ifdef MSDOS -#include "msdos.h" -#include -#if __DJGPP__ >= 2 -#include -#include -#endif -#endif - #include #ifdef VMS @@ -104,6 +95,15 @@ extern char *strerror (); #include #endif /* not WINDOWSNT */ +#ifdef MSDOS +#include "msdos.h" +#include +#if __DJGPP__ >= 2 +#include +#include +#endif +#endif + #ifdef DOS_NT #define CORRECT_DIR_SEPS(s) \ do { if ('/' == DIRECTORY_SEP) dostounix_filename (s); \