diff options
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 |