From 6001fdfccf3db9f7b05532581129d056743db24e Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Tue, 26 Nov 2002 21:29:13 +0000 Subject: 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> --- multimedia/fxtv/files/patch-tvcapture.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 multimedia/fxtv/files/patch-tvcapture.c (limited to 'multimedia/fxtv') 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> -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0