$OpenBSD: patch-lib_libv4l2rds_libv4l2rds_c,v 1.1.1.1 2016/01/07 17:12:21 feinerer Exp $
--- lib/libv4l2rds/libv4l2rds.c.orig	Sun Nov 22 11:16:07 2015
+++ lib/libv4l2rds/libv4l2rds.c	Sun Nov 22 11:16:30 2015
@@ -27,7 +27,11 @@
 #include <sys/types.h>
 #include <sys/mman.h>
 
+#if defined(__OpenBSD__)
+#include <sys/videoio.h>
+#else
 #include <linux/videodev2.h>
+#endif
 
 #include "../include/libv4l2rds.h"
 
