changeset 5619:768c8b09591b

Include stdio.h before config.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jan 1994 01:38:26 +0000
parents a70dc7c886d0
children aa58f9998047
files src/dispnew.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Mon Jan 17 00:46:25 1994 +0000
+++ b/src/dispnew.c	Mon Jan 17 01:38:26 1994 +0000
@@ -19,9 +19,9 @@
 
 
 #include <signal.h>
+#include <stdio.h>
 
 #include <config.h>
-#include <stdio.h>
 #include <ctype.h>
 
 #include "lisp.h"