mksysinfo.sh: #include <sys/uio.h>.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jan 2011 00:03:51 +0000 (00:03 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 27 Jan 2011 00:03:51 +0000 (00:03 +0000)
From-SVN: r169312

libgo/mksysinfo.sh

index 64ff93150a7d302d7b2315b831c7295490762d3c..20eae7904c9e43bec558006e7f790b87e3efe7d8 100755 (executable)
@@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF
 #include <sys/ptrace.h>
 #endif
 #include <sys/resource.h>
+#include <sys/uio.h>
 #include <sys/socket.h>
 #include <sys/stat.h>
 #include <sys/time.h>