XEmacs 21.2.14.
[chise/xemacs-chise.git.1] / lib-src / make-docfile.c
index 79f79e1..e28e38e 100644 (file)
@@ -51,8 +51,6 @@ Boston, MA 02111-1307, USA.  */
 #include <ctype.h>
 #endif
 
-#include <sys/param.h>
-
 #if defined(MSDOS) || defined(__CYGWIN32__)
 #include <fcntl.h>
 #endif /* MSDOS */
@@ -63,6 +61,8 @@ Boston, MA 02111-1307, USA.  */
 #include <stdlib.h>
 #endif /* WINDOWSNT */
 
+#include <sys/param.h>
+
 #if defined(DOS_NT) || defined(__CYGWIN32__)
 #define READ_TEXT "rt"
 #define READ_BINARY "rb"