diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fxtv/files/patch-tvcapture.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/fxtv/files/patch-tvcapture.c b/graphics/fxtv/files/patch-tvcapture.c new file mode 100644 index 0000000..5eb4012 --- /dev/null +++ b/graphics/fxtv/files/patch-tvcapture.c @@ -0,0 +1,10 @@ +--- work/fxtv-1.03/tvcapture.c.orig Tue Nov 26 19:30:12 2002 ++++ work/fxtv-1.03/tvcapture.c Tue Nov 26 19:30:27 2002 +@@ -34,6 +34,7 @@ + #include <stdlib.h> + #include <fcntl.h> + #include <errno.h> ++#include <sys/types.h> + #include <sys/mman.h> + #ifdef __NetBSD__ + # include <dev/ic/bt8xx.h> |