$OpenBSD: patch-config_tests_linux_v4l_main_cpp,v 1.1 2017/07/17 08:34:38 zhuk Exp $
Allow our V4L2 to be used.

Index: config.tests/linux_v4l/main.cpp
--- config.tests/linux_v4l/main.cpp.orig
+++ config.tests/linux_v4l/main.cpp
@@ -26,7 +26,11 @@
 **
 ****************************************************************************/
 
+#if defined(__OpenBSD__)
+#include <sys/videoio.h>
+#else
 #include <linux/videodev2.h>
+#endif
 
 int main(int argc, char** argv)
 {
