aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-15 03:45:54 +0000
committerRichard M. Stallman1994-06-15 03:45:54 +0000
commit6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028 (patch)
tree7b55ea25f1a1d03501a72177c3811b8a289a7b54 /src
parent3964b9a75d5a7e3c721fb7b4dbc924791c6b5dab (diff)
downloademacs-6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028.tar.gz
emacs-6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028.zip
Put sys/signal.h and errno.h first, then config.h.
Diffstat (limited to 'src')
-rw-r--r--src/hftctl.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hftctl.c b/src/hftctl.c
index 17a2c8c7ee9..5fe816abbb5 100644
--- a/src/hftctl.c
+++ b/src/hftctl.c
@@ -41,13 +41,15 @@
41/* */ 41/* */
42/***************************************************************/ 42/***************************************************************/
43 43
44#include <sys/signal.h>
45#include <errno.h>
46
47#include <config.h>
44 48
45#include <stdio.h> 49#include <stdio.h>
46#include <fcntl.h> 50#include <fcntl.h>
47#include <errno.h>
48#include <setjmp.h> 51#include <setjmp.h>
49#include <sys/ioctl.h> 52#include <sys/ioctl.h>
50#include <sys/signal.h>
51#include <sys/devinfo.h> 53#include <sys/devinfo.h>
52#include <termios.h> 54#include <termios.h>
53#include <termio.h> 55#include <termio.h>
@@ -56,8 +58,6 @@
56#include <sys/tty.h> 58#include <sys/tty.h>
57/* #include <sys/pty.h> */ 59/* #include <sys/pty.h> */
58 60
59#include <config.h>
60
61#define REMOTE 0x01 61#define REMOTE 0x01
62 62
63#undef ioctl 63#undef ioctl