Include <termios.h> in mksysinfo.sh.

From Rainer Orth.

From-SVN: r179120
This commit is contained in:
Ian Lance Taylor 2011-09-23 15:29:17 +00:00
parent 50926346e5
commit 6172a2f298

View file

@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF
#include <netinet/tcp.h>
#include <signal.h>
#include <sys/ioctl.h>
#include <termios.h>
#if defined(HAVE_SYSCALL_H)
#include <syscall.h>
#endif