Updated outdated files in utils/magsgtty.h

This commit is contained in:
Roman-Parise 2019-07-21 16:32:45 -07:00 committed by Tim Edwards
parent d235e01b2d
commit 46e0ec7a24
1 changed files with 9 additions and 1 deletions

View File

@ -22,11 +22,19 @@
#define _MAGSGTTY_H
#if !defined(SYSV) && !defined(CYGWIN)
# ifdef ALPHA
# undef MAX
# undef MIN
# endif
#include <sgtty.h>
# ifndef COMPAT_43TTY
# define COMPAT_43TTY
# endif
#include <sys/ioctl.h>
#include <sys/ioctl_compat.h>
#else
#include <termio.h>
#endif