$OpenBSD: patch-include_ptlib_unix_ptlib_videoio_h,v 1.1 2008/04/29 11:42:45 ajacoutot Exp $
--- include/ptlib/unix/ptlib/videoio.h.orig	Tue Apr 29 10:07:06 2008
+++ include/ptlib/unix/ptlib/videoio.h	Tue Apr 29 10:07:56 2008
@@ -110,6 +110,10 @@
 #include <machine/ioctl_meteor.h>
 #endif
 
+#if defined(P_OPENBSD)
+#include <sys/videoio.h>
+#endif
+
 #if defined(P_OPENBSD) || defined(P_NETBSD)
 #if P_OPENBSD >= 200105
 #include <dev/ic/bt8xx.h> 
