A more complete fix of cyrus-sasl update (broken KDEs).

This amends commit af656c6698.
This commit is contained in:
Vladimír Čunát
2013-03-13 21:06:37 +01:00
parent 729c3a8174
commit 8db4152ddf
3 changed files with 19 additions and 9 deletions
@@ -0,0 +1,13 @@
Gentoo bug #458790
--- include/sasl.h 2012-10-12 17:05:48.000000000 +0300
+++ include/sasl.h 2013-02-23 16:56:44.648786268 +0200
@@ -121,6 +121,9 @@
#ifndef SASL_H
#define SASL_H 1
+/* stddef.h to get size_t defined */
+#include <stddef.h>
+
/* Keep in sync with win32/common.mak */
#define SASL_VERSION_MAJOR 2
#define SASL_VERSION_MINOR 1