1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-12 12:00:21 +02:00

Bracket inclusion of termios.h with #ifdef HAVE_TERMIOS_H.

Masami Takikawa reported that this is necessary on NeXTStep 3.0 systems.
This commit is contained in:
Jim Meyering
1997-10-13 14:08:38 +00:00
parent c4aa5c4df7
commit a41c38cb7d
+4 -1
View File
@@ -43,7 +43,10 @@
#include <config.h>
#include <sys/types.h>
#include <termios.h>
#ifdef HAVE_TERMIOS_H
# include <termios.h>
#endif
#ifdef GWINSZ_IN_SYS_IOCTL
# include <sys/ioctl.h>
#endif