Include <termios.h> in mksysinfo.sh.
From Rainer Orth. From-SVN: r179120
This commit is contained in:
parent
50926346e5
commit
6172a2f298
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue