mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 02:10:46 -08:00
Move signal.h and stdio.h before config.h.
This commit is contained in:
parent
2d88f74700
commit
039440c43e
1 changed files with 6 additions and 4 deletions
10
src/xterm.c
10
src/xterm.c
|
|
@ -27,6 +27,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
|
||||
#define NEW_SELECTIONS
|
||||
|
||||
/* On 4.3 these lose if they come after xterm.h. */
|
||||
/* On HP-UX 8.0 signal.h loses if it comes after config.h. */
|
||||
/* Putting these at the beginning seems to be standard for other .c files. */
|
||||
#include <stdio.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef HAVE_X_WINDOWS
|
||||
|
|
@ -34,10 +40,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#include "lisp.h"
|
||||
#include "blockinput.h"
|
||||
|
||||
/* On 4.3 these lose if they come after xterm.h. */
|
||||
#include <stdio.h>
|
||||
#include <signal.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…
Add table
Add a link
Reference in a new issue