$OpenBSD: patch-lib_libv4l2_log_c,v 1.1.1.1 2016/01/07 17:12:21 feinerer Exp $
--- lib/libv4l2/log.c.orig	Sun Nov 22 11:12:14 2015
+++ lib/libv4l2/log.c	Sun Nov 22 11:12:43 2015
@@ -28,7 +28,11 @@
 #include <string.h>
 #include <errno.h>
 #include "../libv4lconvert/libv4lsyscall-priv.h"
+#if defined(__OpenBSD__)
+#include <sys/videoio.h>
+#else
 #include <linux/videodev2.h>
+#endif
 #include "libv4l2.h"
 #include "libv4l2-priv.h"
 
