Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e8794476
Commit
e8794476
authored
Jan 21, 2003
by
Jan Djärv
Browse files
gtkutil.c: Must include stdio.h before termhooks.h
parent
83fc9c63
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/gtkutil.c
src/gtkutil.c
+2
-2
No files found.
src/ChangeLog
View file @
e8794476
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.
...
...
src/gtkutil.c
View file @
e8794476
...
...
@@ -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) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment