Mercurial > emacs
changeset 7897:c52147cf10b1
Put sys/signal.h and errno.h first, then config.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Jun 1994 03:45:54 +0000 |
parents | ec45b17e09b3 |
children | 1d65b2152c4e |
files | src/hftctl.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/hftctl.c Wed Jun 15 03:43:43 1994 +0000 +++ b/src/hftctl.c Wed Jun 15 03:45:54 1994 +0000 @@ -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