Browse Source

Older OSX versions need more includes to work with rootwrap

pull/2/head
Derk-Jan Hartman 21 years ago
parent
commit
b46b7ffc06
  1. 4
      src/network/rootwrap.c

4
src/network/rootwrap.c

@ -39,6 +39,10 @@
#include <unistd.h>
#include <fcntl.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/wait.h>
#include <sys/un.h>

Loading…
Cancel
Save