]> git.sesse.net Git - vlc/commitdiff
Older OSX versions need more includes to work with rootwrap
authorDerk-Jan Hartman <hartman@videolan.org>
Mon, 19 Dec 2005 14:17:19 +0000 (14:17 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Mon, 19 Dec 2005 14:17:19 +0000 (14:17 +0000)
src/network/rootwrap.c

index 3daa1d38cc7ebfa3cc6ee08168264e45928508f3..e1e348d3279d102edc0cede9f0c5b69958188f20 100644 (file)
 #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>