$OpenBSD: patch-plugins_video_H_261-vic_vic_config_h,v 1.1 2011/10/26 16:59:51 ajacoutot Exp $
--- plugins/video/H.261-vic/vic/config.h.orig	Wed Oct 26 13:06:46 2011
+++ plugins/video/H.261-vic/vic/config.h	Wed Oct 26 13:07:05 2011
@@ -73,6 +73,10 @@ typedef unsigned int  u_int;
 typedef unsigned char BYTE;
 typedef unsigned long u_long;
 
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#endif
+
 #ifndef _WIN32
 #include <netinet/in.h>
 #endif
