Commit 6172a2f2 by Ian Lance Taylor

Include <termios.h> in mksysinfo.sh.

From Rainer Orth.

From-SVN: r179120
parent 50926346
...@@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF ...@@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF
#include <netinet/tcp.h> #include <netinet/tcp.h>
#include <signal.h> #include <signal.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <termios.h>
#if defined(HAVE_SYSCALL_H) #if defined(HAVE_SYSCALL_H)
#include <syscall.h> #include <syscall.h>
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment