gtkutil.c: Must include stdio.h before termhooks.h
This commit is contained in:
parent
83fc9c63ea
commit
e87944765b
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue