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:
parent
5fe8bcd942
commit
1d38176d1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80966
1 changed files with 10 additions and 0 deletions
10
multimedia/camserv/files/patch-ab
Normal file
10
multimedia/camserv/files/patch-ab
Normal 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>
|
Loading…
Reference in a new issue