OSDN Git Service

Include <termios.h> in mksysinfo.sh.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Sep 2011 15:29:17 +0000 (15:29 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Sep 2011 15:29:17 +0000 (15:29 +0000)
From Rainer Orth.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179120 138bc75d-0d04-0410-961f-82ee72b054a4

libgo/mksysinfo.sh

index edeb316..2bc35e5 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