Commit 8b9502ae authored by Bjorn Munch's avatar Bjorn Munch

Bug #43597 Fix for Bug 43410 breaks build on Power Mac due to incomplete sys/resource.h

Added include of sys/time.h
parent 45f39ac6
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <unistd.h> #include <unistd.h>
#include <stdarg.h> #include <stdarg.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