gtkutil.c: Must include stdio.h before termhooks.h

This commit is contained in:
Jan Djärv 2003-01-21 18:14:05 +00:00
parent 83fc9c63ea
commit e87944765b
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-01-21 Jan D. <jan.h.d@swipnet.se>
* gtkutil.c: Must include stdio.h before termhooks.h
2003-01-21 Dave Love <fx@gnu.org>
* alloc.c (Fgc_status): Print zombie list.

View file

@ -22,6 +22,8 @@ Boston, MA 02111-1307, USA. */
#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 @@ Boston, MA 02111-1307, USA. */
#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) \