$OpenBSD: patch-modules_highgui_src_cap_v4l_cpp,v 1.1.1.1 2011/06/24 09:30:21 jasper Exp $
--- modules/highgui/src/cap_v4l.cpp.orig	Sun Dec  5 04:35:25 2010
+++ modules/highgui/src/cap_v4l.cpp	Fri May  6 08:52:24 2011
@@ -214,17 +214,17 @@ make & enjoy!
 #include <sys/types.h>
 #include <sys/mman.h>
 
-#include <linux/videodev.h>
+#include <sys/videoio.h>
 
 #include <string.h>
 #include <stdlib.h>
-#include <asm/types.h>          /* for videodev2.h */
+#include <sys/types.h>          /* for videodev2.h */
 #include <assert.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>
 
 #ifdef HAVE_CAMV4L2
-#include <linux/videodev2.h>
+#include <sys/videoio.h>
 #endif
 
 /* Defaults - If your board can do better, set it here.  Set for the most common type inputs. */
