mksysinfo.sh: #include <sys/uio.h>.

From-SVN: r169312
This commit is contained in:
Ian Lance Taylor 2011-01-27 00:03:51 +00:00
parent ffbdd13975
commit 83f2ff2ad3
1 changed files with 1 additions and 0 deletions

View File

@ -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>