aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32.c
diff options
context:
space:
mode:
authorGeoff Voelker1995-06-10 21:45:43 +0000
committerGeoff Voelker1995-06-10 21:45:43 +0000
commit6816efced2e8bfc2feeccf980bd9be4a75d5aeb7 (patch)
tree50487135a3ad95d955824099646616584a100576 /src/w32.c
parent515f7b32979a1cad0475140773dd339283491b06 (diff)
downloademacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.tar.gz
emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.zip
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)
56 return (str ? str : "Sun Jan 01 00:00:00 1970"); 56 return (str ? str : "Sun Jan 01 00:00:00 1970");
57} 57}
58 58
59#include <config.h>
59#include <windows.h> 60#include <windows.h>
60#include <stdlib.h> 61#include <stdlib.h>
61#include <stdio.h> 62#include <stdio.h>
@@ -63,7 +64,6 @@ nt_ctime (const time_t *t)
63#include <fcntl.h> 64#include <fcntl.h>
64#include <ctype.h> 65#include <ctype.h>
65 66
66#include "config.h"
67#define getwd _getwd 67#define getwd _getwd
68#include "lisp.h" 68#include "lisp.h"
69#undef getwd 69#undef getwd