$OpenBSD: patch-libdv_dv_types_h,v 1.2 2004/10/13 01:44:20 jolan Exp $
--- libdv/dv_types.h.orig	Tue Jul 13 18:56:44 2004
+++ libdv/dv_types.h	Mon Oct  4 19:49:02 2004
@@ -45,6 +45,9 @@
 #endif
 
 /* please tell me these are defined somewhere standard??? */
+#if defined(__OpenBSD__)  /* HAVE_SYS_PARAM_H */
+# include <sys/param.h>
+#endif
 #ifndef FALSE
 #define FALSE 0
 #endif
