Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
b46b7ffc
Commit
b46b7ffc
authored
Dec 19, 2005
by
hartman
Browse files
Older OSX versions need more includes to work with rootwrap
parent
dfdc9cb2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/network/rootwrap.c
View file @
b46b7ffc
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment