summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--multimedia/dvdauthor/files/patch-mpeg2desc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdauthor/files/patch-mpeg2desc.c b/multimedia/dvdauthor/files/patch-mpeg2desc.c
new file mode 100644
index 000000000000..945c45e35a49
--- /dev/null
+++ b/multimedia/dvdauthor/files/patch-mpeg2desc.c
@@ -0,0 +1,11 @@
+--- src/mpeg2desc.c.orig Sat Oct 4 02:54:11 2003
++++ src/mpeg2desc.c Thu Oct 9 01:29:57 2003
+@@ -25,6 +25,8 @@
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <sys/types.h>
++#include <sys/time.h>
+ #include <unistd.h>
+
+ #include <netinet/in.h>