summaryrefslogtreecommitdiff
path: root/src/w32console.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1995-06-10 21:45:43 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1995-06-10 21:45:43 +0000
commita05a10b1f842776f7d37ac330f64a70353568e79 (patch)
tree5d78d58922fc5ff884e09368df78825dd0fd9d35 /src/w32console.c
parent3d72c74bae008550fca01c5dc7cf6de12df2db26 (diff)
downloademacs-a05a10b1f842776f7d37ac330f64a70353568e79.tar.gz
Include config.h before stdio.h.
Diffstat (limited to 'src/w32console.c')
-rw-r--r--src/w32console.c5
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 @@
*/
+#include <config.h>
+
#include <stdlib.h>
#include <stdio.h>
-
-#include "config.h"
-
#include <windows.h>
#include "lisp.h"