$OpenBSD: patch-qtmultimedia_src_gsttools_qgstreamervideoinputdevicecontrol_cpp,v 1.1 2014/12/10 21:23:54 zhuk Exp $
Unbreak compilation.
--- qtmultimedia/src/gsttools/qgstreamervideoinputdevicecontrol.cpp.ports.orig	Wed Dec 10 01:37:35 2014
+++ qtmultimedia/src/gsttools/qgstreamervideoinputdevicecontrol.cpp	Wed Dec 10 01:38:31 2014
@@ -47,7 +47,11 @@
 #include <private/qcore_unix_p.h>
 
 #if defined(USE_V4L)
-#include <linux/videodev2.h>
+#  if defined(Q_OS_OPENBSD)
+#    include <sys/videoio.h>
+#  else
+#    include <linux/videodev2.h>
+#  endif
 #endif
 
 QGstreamerVideoInputDeviceControl::QGstreamerVideoInputDeviceControl(QObject *parent)
