Commit 83f2ff2a by Ian Lance Taylor

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

From-SVN: r169312
parent ffbdd139
...@@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF ...@@ -43,6 +43,7 @@ cat > sysinfo.c <<EOF
#include <sys/ptrace.h> #include <sys/ptrace.h>
#endif #endif
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/uio.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/time.h> #include <sys/time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment