$OpenBSD: patch-plugins_video_H_261-vic_vic_config_h,v 1.2 2011/10/26 16:59:34 ajacoutot Exp $
--- plugins/video/H.261-vic/vic/config.h.orig	Fri Oct 14 08:59:58 2011
+++ plugins/video/H.261-vic/vic/config.h	Wed Oct 26 11:10:13 2011
@@ -70,6 +70,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
