summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-06-10 21:45:43 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-06-10 21:45:43 +0000
commita05a10b1f842776f7d37ac330f64a70353568e79 (patch)
tree5d78d58922fc5ff884e09368df78825dd0fd9d35 /src/w32.c
parent3d72c74bae008550fca01c5dc7cf6de12df2db26 (diff)
downloademacs-a05a10b1f842776f7d37ac330f64a70353568e79.tar.gz
Include config.h before stdio.h.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 9829e2b24d4..12da76bb61d 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -56,6 +56,7 @@ nt_ctime (const time_t *t)
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 @@ nt_ctime (const time_t *t)
#include <fcntl.h>
#include <ctype.h>
-#include "config.h"
#define getwd _getwd
#include "lisp.h"
#undef getwd