summaryrefslogtreecommitdiff
path: root/src/xmenu.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-15 03:54:06 +0000
commit26f05673630774b61615466b76cfe4749aeedbbb (patch)
tree11c9a560493b78df2b2ef4eeb5e035111399543a /src/xmenu.c
parente5e1fb7be5d9bc2b8ccc8b050fbbf0237fb197a8 (diff)
downloademacs-26f05673630774b61615466b76cfe4749aeedbbb.tar.gz
Put stdio.h after config.h.
Diffstat (limited to 'src/xmenu.c')
-rw-r--r--src/xmenu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xmenu.c b/src/xmenu.c
index da2ca544931..ca740d2ca13 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -29,11 +29,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* 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"