$OpenBSD: patch-lib_libv4l-mplane_libv4l-mplane_c,v 1.1.1.1 2016/01/07 17:12:21 feinerer Exp $
--- lib/libv4l-mplane/libv4l-mplane.c.orig	Sun Nov 22 11:16:57 2015
+++ lib/libv4l-mplane/libv4l-mplane.c	Sun Nov 22 11:21:26 2015
@@ -26,7 +26,12 @@
 #include <unistd.h>
 #include <sys/syscall.h>
 
+#if defined(__OpenBSD__)
+#include <sys/videoio.h>
+#include <sys/ioctl.h>
+#else
 #include <linux/videodev2.h>
+#endif
 
 #include "libv4l-plugin.h"
 
