mirror of git://gcc.gnu.org/git/gcc.git
Include <termios.h> in mksysinfo.sh.
From Rainer Orth. From-SVN: r179120
This commit is contained in:
parent
50926346e5
commit
6172a2f298
|
|
@ -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…
Reference in New Issue