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
ae79c227
Commit
ae79c227
authored
May 04, 1998
by
Andreas Schwab
Browse files
Include syssignal.h after lisp.h.
parent
030f4475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/xterm.c
src/xterm.c
+4
-4
No files found.
src/xterm.c
View file @
ae79c227
...
...
@@ -29,15 +29,15 @@ Boston, MA 02111-1307, USA. */
#include <stdio.h>
/* Need syssignal.h for various externs and definitions that may be required
by some configurations for calls to signal later in this source file. */
#include "syssignal.h"
#ifdef HAVE_X_WINDOWS
#include "lisp.h"
#include "blockinput.h"
/* Need syssignal.h for various externs and definitions that may be required
by some configurations for calls to signal later in this source file. */
#include "syssignal.h"
/* This may include sys/types.h, and that somehow loses
if this is not done before the other system files. */
#include "xterm.h"
...
...
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