We need to include sys/types.h for the bt848 stuff under 5.x, this is

harmless on 4.x.

Approved by: chein
This commit is contained in:
Alfred Perlstein 2003-05-14 07:50:04 +00:00
parent 5fe8bcd942
commit 1d38176d1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80966

View file

@ -0,0 +1,10 @@
--- 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>