mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
Include syssignal.h after lisp.h.
This commit is contained in:
parent
030f447530
commit
ae79c227e8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user