Mercurial > emacs
changeset 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 | bd3dee6a88d7 |
children | d257d0cb93b4 |
files | src/ChangeLog src/gtkutil.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jan 21 16:56:38 2003 +0000 +++ b/src/ChangeLog Tue Jan 21 18:14:05 2003 +0000 @@ -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.
--- 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) \