diff src/w32.c @ 12183:47685fb0fbd1

Include config.h before stdio.h.
author Geoff Voelker <voelker@cs.washington.edu>
date Sat, 10 Jun 1995 21:45:43 +0000
parents e804b43418f6
children 4439dcb1496a
line wrap: on
line diff
--- a/src/w32.c	Sat Jun 10 02:51:03 1995 +0000
+++ b/src/w32.c	Sat Jun 10 21:45:43 1995 +0000
@@ -56,6 +56,7 @@
   return (str ? str : "Sun Jan 01 00:00:00 1970");
 }
 
+#include <config.h>
 #include <windows.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -63,7 +64,6 @@
 #include <fcntl.h>
 #include <ctype.h>
 
-#include "config.h"
 #define getwd _getwd
 #include "lisp.h"
 #undef getwd