diff options
| author | Geoff Voelker | 1995-06-10 21:45:43 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1995-06-10 21:45:43 +0000 |
| commit | 6816efced2e8bfc2feeccf980bd9be4a75d5aeb7 (patch) | |
| tree | 50487135a3ad95d955824099646616584a100576 /src/w32.c | |
| parent | 515f7b32979a1cad0475140773dd339283491b06 (diff) | |
| download | emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.tar.gz emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.zip | |
Include config.h before stdio.h.
Diffstat (limited to 'src/w32.c')
| -rw-r--r-- | src/w32.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 |