]> git.eshelyaron.com Git - emacs.git/commitdiff
Include syssignal.h after lisp.h.
authorAndreas Schwab <schwab@suse.de>
Mon, 4 May 1998 09:25:21 +0000 (09:25 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 4 May 1998 09:25:21 +0000 (09:25 +0000)
src/xterm.c

index fe77464296a589102549a69f65088aa9611e519d..7dc49af3f9f8828ae7e9a7d57ef5e98d3a49b15c 100644 (file)
@@ -29,15 +29,15 @@ Boston, MA 02111-1307, USA.  */
 
 #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"