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/w32proc.c | |
| parent | 515f7b32979a1cad0475140773dd339283491b06 (diff) | |
| download | emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.tar.gz emacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.zip | |
Include config.h before stdio.h.
Diffstat (limited to 'src/w32proc.c')
| -rw-r--r-- | src/w32proc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c index 2b364a00065..981876e6b16 100644 --- a/src/w32proc.c +++ b/src/w32proc.c | |||
| @@ -21,14 +21,14 @@ | |||
| 21 | Adapted from alarm.c by Tim Fleehart | 21 | Adapted from alarm.c by Tim Fleehart |
| 22 | */ | 22 | */ |
| 23 | 23 | ||
| 24 | #include <config.h> | ||
| 25 | |||
| 24 | #include <stdio.h> | 26 | #include <stdio.h> |
| 25 | #include <stdlib.h> | 27 | #include <stdlib.h> |
| 26 | #include <errno.h> | 28 | #include <errno.h> |
| 27 | #include <io.h> | 29 | #include <io.h> |
| 28 | #include <signal.h> | 30 | #include <signal.h> |
| 29 | 31 | ||
| 30 | #include "config.h" | ||
| 31 | |||
| 32 | #include <windows.h> | 32 | #include <windows.h> |
| 33 | 33 | ||
| 34 | #include "lisp.h" | 34 | #include "lisp.h" |