Mercurial > emacs
diff src/w32proc.c @ 12183:47685fb0fbd1
Include config.h before stdio.h.
| author | Geoff Voelker <voelker@cs.washington.edu> |
|---|---|
| date | Sat, 10 Jun 1995 21:45:43 +0000 |
| parents | 96fa39ad9403 |
| children | ff7738cdbd99 |
line wrap: on
line diff
--- a/src/w32proc.c Sat Jun 10 02:51:03 1995 +0000 +++ b/src/w32proc.c Sat Jun 10 21:45:43 1995 +0000 @@ -21,14 +21,14 @@ Adapted from alarm.c by Tim Fleehart */ +#include <config.h> + #include <stdio.h> #include <stdlib.h> #include <errno.h> #include <io.h> #include <signal.h> -#include "config.h" - #include <windows.h> #include "lisp.h"
