13 lines
451 B
Diff
13 lines
451 B
Diff
diff -Nru cyrus-sasl-2.1.26.orig/include/sasl.h cyrus-sasl-2.1.26/include/sasl.h
|
|
--- cyrus-sasl-2.1.26.orig/include/sasl.h 2012-10-12 16:05:48.000000000 +0200
|
|
+++ cyrus-sasl-2.1.26/include/sasl.h 2015-04-04 21:18:11.517000000 +0200
|
|
@@ -223,6 +223,8 @@
|
|
* they must be called before all other SASL functions:
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
/* memory allocation functions which may optionally be replaced:
|
|
*/
|
|
typedef void *sasl_malloc_t(size_t);
|