diff src/xmenu.c @ 7900:60795e826dad

Put stdio.h after config.h.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:54:06 +0000
parents 11fae1619e42
children dda8e966edf5
line wrap: on
line diff
--- a/src/xmenu.c	Wed Jun 15 03:53:12 1994 +0000
+++ b/src/xmenu.c	Wed Jun 15 03:54:06 1994 +0000
@@ -29,11 +29,11 @@
 
 /* Rewritten for clarity and GC protection by rms in Feb 94.  */
 
-#include <stdio.h>
-
 /* On 4.3 this loses if it comes after xterm.h.  */
 #include <signal.h>
 #include <config.h>
+
+#include <stdio.h>
 #include "lisp.h"
 #include "termhooks.h"
 #include "frame.h"