diff options
author | pb <pb@FreeBSD.org> | 2003-10-08 23:36:30 +0000 |
---|---|---|
committer | pb <pb@FreeBSD.org> | 2003-10-08 23:36:30 +0000 |
commit | eea82337cac11ae3dce37cf2c1002613cf99194d (patch) | |
tree | 90b408f107d83030bfb8c2ccceaf7612db8dbf71 /multimedia/dvdauthor | |
parent | bc012d8bd07c7f32434a1b73cfd72b8c05d35747 (diff) | |
download | FreeBSD-ports-eea82337cac11ae3dce37cf2c1002613cf99194d.zip FreeBSD-ports-eea82337cac11ae3dce37cf2c1002613cf99194d.tar.gz |
Fix compile under 4.x.
Diffstat (limited to 'multimedia/dvdauthor')
-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 0000000..945c45e --- /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> |