From ae79c227e88b5914ef99418a9526de5ef6e91e8c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 4 May 1998 09:25:21 +0000 Subject: [PATCH] Include syssignal.h after lisp.h. --- src/xterm.c | 8 ++++---- 1 file 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. */ #include -/* 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" -- 2.39.5