Include <termios.h> in mksysinfo.sh.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Sep 2011 15:29:17 +0000 (15:29 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 23 Sep 2011 15:29:17 +0000 (15:29 +0000)
From Rainer Orth.

From-SVN: r179120

libgo/mksysinfo.sh

index edeb3168a8a0e34268d18a33242be3cc034b9294..2bc35e5b88322a022a0aa40b80b6ff49c6b33b24 100755 (executable)
@@ -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