mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Put sys/signal.h and errno.h first, then config.h.
This commit is contained in:
parent
3964b9a75d
commit
6f1d1e478e
1 changed files with 4 additions and 4 deletions
|
|
@ -41,13 +41,15 @@
|
|||
/* */
|
||||
/***************************************************************/
|
||||
|
||||
#include <sys/signal.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <fcntl.h>
|
||||
#include <errno.h>
|
||||
#include <setjmp.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/devinfo.h>
|
||||
#include <termios.h>
|
||||
#include <termio.h>
|
||||
|
|
@ -56,8 +58,6 @@
|
|||
#include <sys/tty.h>
|
||||
/* #include <sys/pty.h> */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
#define REMOTE 0x01
|
||||
|
||||
#undef ioctl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue