$OpenBSD: patch-plugins_video_H_264_shared_x264wrap_h,v 1.1 2011/10/26 16:59:34 ajacoutot Exp $

x264wrap.h:112: error: 'size_t' has not been declared

--- plugins/video/H.264/shared/x264wrap.h.orig	Fri Oct 14 08:59:56 2011
+++ plugins/video/H.264/shared/x264wrap.h	Wed Oct 26 11:09:45 2011
@@ -34,6 +34,9 @@
 
 #include "../common/platform.h"
 
+#ifdef __OpenBSD__
+#include <sys/types.h>
+#endif
 
 #if X264_LICENSED || GPL_HELPER_APP
 #define _INTTYPES_H_ // ../common/platform.h is equivalent to this
