794a5c
diff -up cyrus-sasl-2.1.26/include/sasl.h.size_t cyrus-sasl-2.1.26/include/sasl.h
794a5c
--- cyrus-sasl-2.1.26/include/sasl.h.size_t	2012-10-12 09:05:48.000000000 -0500
794a5c
+++ cyrus-sasl-2.1.26/include/sasl.h	2013-01-31 13:21:04.007739327 -0600
794a5c
@@ -223,6 +223,8 @@ extern "C" {
794a5c
  * they must be called before all other SASL functions:
794a5c
  */
794a5c
 
794a5c
+#include <sys/types.h>
794a5c
+
794a5c
 /* memory allocation functions which may optionally be replaced:
794a5c
  */
794a5c
 typedef void *sasl_malloc_t(size_t);