$OpenBSD: patch-lib_include_libv4l2rds_h,v 1.1.1.1 2016/01/07 17:12:21 feinerer Exp $
--- lib/include/libv4l2rds.h.orig	Sat Sep 19 20:54:16 2015
+++ lib/include/libv4l2rds.h	Sun Nov 22 10:50:47 2015
@@ -24,7 +24,11 @@
 #include <stdbool.h>
 #include <stdint.h>
 
+#if defined(__OpenBSD__)
+#include <sys/videoio.h>
+#else
 #include <linux/videodev2.h>
+#endif
 
 #ifdef __cplusplus
 extern "C" {
