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
commit6816efced2e8bfc2feeccf980bd9be4a75d5aeb7 (patch)
tree50487135a3ad95d955824099646616584a100576 /src/w32console.c
parent515f7b32979a1cad0475140773dd339283491b06 (diff)
downloademacs-6816efced2e8bfc2feeccf980bd9be4a75d5aeb7.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"