diff options
author | Pierre Beyssac <pb@FreeBSD.org> | 2003-10-08 23:36:30 +0000 |
---|---|---|
committer | Pierre Beyssac <pb@FreeBSD.org> | 2003-10-08 23:36:30 +0000 |
commit | 54174a6c2ca5026d23f73e02d7fab31588c27a14 (patch) | |
tree | 01abe71d4796a2553ddcaa3eae5a73b4f38f63fe | |
parent | 1b312f03b2475d46266c28b010ec97b340d5ca5a (diff) | |
download | ports-54174a6c2ca5026d23f73e02d7fab31588c27a14.tar.gz ports-54174a6c2ca5026d23f73e02d7fab31588c27a14.zip |
Fix compile under 4.x.
Notes
Notes:
svn path=/head/; revision=90664
-rw-r--r-- | multimedia/dvdauthor/files/patch-mpeg2desc.c | 11 |
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> |