diff options
Diffstat (limited to 'main/vlc/fix-waitpid-usage.patch')
-rw-r--r-- | main/vlc/fix-waitpid-usage.patch | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/vlc/fix-waitpid-usage.patch b/main/vlc/fix-waitpid-usage.patch index 5d19ddb1d6..01b9e1c501 100644 --- a/main/vlc/fix-waitpid-usage.patch +++ b/main/vlc/fix-waitpid-usage.patch @@ -31,6 +31,14 @@ if (p_sys->peeked) --- vlc-2.1.0.orig/src/posix/netconf.c 2013-06-24 21:00:39.000000000 +0300 +++ vlc-2.1.0/src/posix/netconf.c 2013-10-07 14:05:49.603654117 +0300 +@@ -28,6 +28,7 @@ + + #include <sys/types.h> + #include <sys/wait.h> ++#include <errno.h> + #include <fcntl.h> + #include <spawn.h> + #include <unistd.h> @@ -93,7 +93,7 @@ while (len < sizeof (buf)); |