diff src/gtkutil.c @ 49359:14cf50ecf91a

gtkutil.c: Must include stdio.h before termhooks.h
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 21 Jan 2003 18:14:05 +0000
parents 3aad85888ad2
children 6562bb5f04aa
line wrap: on
line diff
--- a/src/gtkutil.c	Tue Jan 21 16:56:38 2003 +0000
+++ b/src/gtkutil.c	Tue Jan 21 18:14:05 2003 +0000
@@ -22,6 +22,8 @@
 #include "config.h"
 
 #ifdef USE_GTK
+#include <string.h>
+#include <stdio.h>
 #include "lisp.h"
 #include "xterm.h"
 #include "blockinput.h"
@@ -29,8 +31,6 @@
 #include "atimer.h"
 #include "gtkutil.h"
 #include "termhooks.h"
-#include <string.h>
-#include <stdio.h>
 #include <gdk/gdkkeysyms.h>
 
 #define FRAME_TOTAL_PIXEL_HEIGHT(f) \