freebsd-ports/multimedia/camserv/files/patch-ab
Alfred Perlstein 1d38176d1b We need to include sys/types.h for the bt848 stuff under 5.x, this is
harmless on 4.x.

Approved by: chein
2003-05-14 07:50:04 +00:00

10 lines
310 B
Text

--- camserv/video_fbsd_bttv.c.orig Mon May 12 23:13:31 2003
+++ camserv/video_fbsd_bttv.c Mon May 12 23:13:00 2003
@@ -27,6 +27,7 @@
#include <fcntl.h>
#include <errno.h>
#include <sys/mman.h>
+#include <sys/types.h>
#include <machine/ioctl_bt848.h>
#include <machine/ioctl_meteor.h>
#include <signal.h>