Commit b46b7ffc authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

Older OSX versions need more includes to work with rootwrap

parent dfdc9cb2
...@@ -39,6 +39,10 @@ ...@@ -39,6 +39,10 @@
#include <unistd.h> #include <unistd.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/socket.h> #include <sys/socket.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <sys/uio.h>
#include <sys/resource.h> /* getrlimit() */ #include <sys/resource.h> /* getrlimit() */
#include <sys/wait.h> #include <sys/wait.h>
#include <sys/un.h> #include <sys/un.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