aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Schwab1998-05-04 09:25:21 +0000
committerAndreas Schwab1998-05-04 09:25:21 +0000
commitae79c227e88b5914ef99418a9526de5ef6e91e8c (patch)
tree8ce35bde8da0fe084d0f3f487bc6f68a26f090ae /src
parent030f447530cbfa0d2adcb7e2436123309697711a (diff)
downloademacs-ae79c227e88b5914ef99418a9526de5ef6e91e8c.tar.gz
emacs-ae79c227e88b5914ef99418a9526de5ef6e91e8c.zip
Include syssignal.h after lisp.h.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c
index fe77464296a..7dc49af3f9f 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -29,15 +29,15 @@ Boston, MA 02111-1307, USA. */
29 29
30#include <stdio.h> 30#include <stdio.h>
31 31
32/* Need syssignal.h for various externs and definitions that may be required
33 by some configurations for calls to signal later in this source file. */
34#include "syssignal.h"
35
36#ifdef HAVE_X_WINDOWS 32#ifdef HAVE_X_WINDOWS
37 33
38#include "lisp.h" 34#include "lisp.h"
39#include "blockinput.h" 35#include "blockinput.h"
40 36
37/* Need syssignal.h for various externs and definitions that may be required
38 by some configurations for calls to signal later in this source file. */
39#include "syssignal.h"
40
41/* This may include sys/types.h, and that somehow loses 41/* This may include sys/types.h, and that somehow loses
42 if this is not done before the other system files. */ 42 if this is not done before the other system files. */
43#include "xterm.h" 43#include "xterm.h"