diff options
author | lioux <lioux@FreeBSD.org> | 2002-11-26 21:29:13 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-11-26 21:29:13 +0000 |
commit | c5e1fc88f9ee4d971a1b2504272c9b75c29062ca (patch) | |
tree | a1cb7050c794d70ff00f0d2b3627814c26a1a253 /graphics | |
parent | 102b40f0fa868184ff48f99bcb18222f8faf57bf (diff) | |
download | FreeBSD-ports-c5e1fc88f9ee4d971a1b2504272c9b75c29062ca.zip FreeBSD-ports-c5e1fc88f9ee4d971a1b2504272c9b75c29062ca.tar.gz |
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>
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> |