diff lib-src/make-docfile.c @ 288:e11d67e05968 r21-0b42

Import from CVS: tag r21-0b42
author cvs
date Mon, 13 Aug 2007 10:35:54 +0200
parents 677f6a0ee643
children 8626e4521993
line wrap: on
line diff
--- a/lib-src/make-docfile.c	Mon Aug 13 10:35:07 2007 +0200
+++ b/lib-src/make-docfile.c	Mon Aug 13 10:35:54 2007 +0200
@@ -56,9 +56,10 @@
 #include <fcntl.h>
 #endif /* MSDOS */
 #ifdef WINDOWSNT
-#include <stdlib.h>
+#include <direct.h>
 #include <fcntl.h>
-#include <direct.h>
+#include <io.h>
+#include <stdlib.h>
 #endif /* WINDOWSNT */
 
 #if defined(DOS_NT) || defined(__CYGWIN32__)