aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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"