Mercurial > emacs
changeset 21933:58f3be08e692
Include syssignal.h after lisp.h.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Mon, 04 May 1998 09:25:21 +0000 |
parents | def858fcfe9a |
children | 809dbde64976 |
files | src/xterm.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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"