diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-26 21:29:13 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-26 21:29:13 +0000 |
commit | 6001fdfccf3db9f7b05532581129d056743db24e (patch) | |
tree | 8be5a948b17c35b645928bc032642dfd127303eb /graphics/fxtv | |
parent | Forgot 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 'graphics/fxtv')
-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 000000000000..5eb4012b0fb1 --- /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> |