From 5ab3e6bb3ce6a632ada909f1014faedacdc3630d Mon Sep 17 00:00:00 2001 From: Francesco Colista Date: Wed, 5 Jun 2013 06:32:11 +0000 Subject: main/cyrus-sasl: upgrade to 2.1.26 --- main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch (limited to 'main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch') diff --git a/main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch b/main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch new file mode 100644 index 0000000000..cde823835b --- /dev/null +++ b/main/cyrus-sasl/cyrus-sasl-2.1.26-size_t.patch @@ -0,0 +1,12 @@ +diff -up cyrus-sasl-2.1.26/include/sasl.h.size_t cyrus-sasl-2.1.26/include/sasl.h +--- cyrus-sasl-2.1.26/include/sasl.h.size_t 2012-10-12 09:05:48.000000000 -0500 ++++ cyrus-sasl-2.1.26/include/sasl.h 2013-01-31 13:21:04.007739327 -0600 +@@ -223,6 +223,8 @@ extern "C" { + * they must be called before all other SASL functions: + */ + ++#include ++ + /* memory allocation functions which may optionally be replaced: + */ + typedef void *sasl_malloc_t(size_t); -- cgit v1.2.3