Mercurial > emacs
diff src/xterm.c @ 21933:58f3be08e692
Include syssignal.h after lisp.h.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Mon, 04 May 1998 09:25:21 +0000 |
| parents | 412605dc9445 |
| children | 32f2adf05397 |
line wrap: on
line diff
--- a/src/xterm.c Mon May 04 09:24:30 1998 +0000 +++ b/src/xterm.c Mon May 04 09:25:21 1998 +0000 @@ -29,15 +29,15 @@ #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"
