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/w32console.c | |
| parent | 515f7b32979a1cad0475140773dd339283491b06 (diff) | |
| download | emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.tar.gz emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.zip | |
Include config.h before stdio.h.
Diffstat (limited to 'src/w32console.c')
| -rw-r--r-- | src/w32console.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/w32console.c b/src/w32console.c index 9973fe41b3d..037c21e3038 100644 --- a/src/w32console.c +++ b/src/w32console.c | |||
| @@ -22,11 +22,10 @@ | |||
| 22 | */ | 22 | */ |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | #include <config.h> | ||
| 26 | |||
| 25 | #include <stdlib.h> | 27 | #include <stdlib.h> |
| 26 | #include <stdio.h> | 28 | #include <stdio.h> |
| 27 | |||
| 28 | #include "config.h" | ||
| 29 | |||
| 30 | #include <windows.h> | 29 | #include <windows.h> |
| 31 | 30 | ||
| 32 | #include "lisp.h" | 31 | #include "lisp.h" |