Skip to content
Snippets Groups Projects
Commit 6172a2f2 authored by Ian Lance Taylor's avatar Ian Lance Taylor
Browse files

Include <termios.h> in mksysinfo.sh.

From Rainer Orth.

From-SVN: r179120
parent 50926346
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment