$OpenBSD: patch-configure_ac,v 1.5 2013/04/27 14:48:32 ajacoutot Exp $
--- configure.ac.orig	Fri Apr 26 12:37:13 2013
+++ configure.ac	Sat Apr 27 16:05:49 2013
@@ -505,6 +505,8 @@ AG_GST_CHECK_FEATURE(GST_V4L2, [Video 4 Linux 2], v4l2
 #include <sys/videodev2.h>
 #elif __FreeBSD__
 #include <linux/videodev2.h>
+#elif __OpenBSD__
+#include <sys/videoio.h>
 #else /* Linux */
 #include <linux/types.h>
 #define _LINUX_TIME_H
@@ -548,6 +550,8 @@ return 0;
 #include <sys/videodev2.h>
 #elif __FreeBSD__
 #include <linux/videodev2.h>
+#elif __OpenBSD__
+#include <sys/videoio.h>
 #else /* Linux */
 #include <linux/types.h>
 #define _LINUX_TIME_H
