summaryrefslogtreecommitdiff
path: root/multimedia/fxtv
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-26 21:29:13 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-26 21:29:13 +0000
commit6001fdfccf3db9f7b05532581129d056743db24e (patch)
tree8be5a948b17c35b645928bc032642dfd127303eb /multimedia/fxtv
parentForgot IS_INTERACTIVE (diff)
Fix -CURRENT build since it has a much cleaner header file space.
Therefore, add missing include. PR: 45767 Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes: svn path=/head/; revision=71130
Diffstat (limited to 'multimedia/fxtv')
-rw-r--r--multimedia/fxtv/files/patch-tvcapture.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/multimedia/fxtv/files/patch-tvcapture.c b/multimedia/fxtv/files/patch-tvcapture.c
new file mode 100644
index 000000000000..5eb4012b0fb1
--- /dev/null
+++ b/multimedia/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>