]> git.pld-linux.org Git - packages/cyrus-sasl.git/blob - cyrus-sasl-stddef.patch
- allow building without Nagios support
[packages/cyrus-sasl.git] / cyrus-sasl-stddef.patch
1 --- cyrus-sasl-2.1.26/include/sasl.h.orig       2012-10-12 16:05:48.000000000 +0200
2 +++ cyrus-sasl-2.1.26/include/sasl.h    2012-11-25 13:51:27.182149131 +0100
3 @@ -130,6 +130,9 @@
4  #define SASL_VERSION_FULL ((SASL_VERSION_MAJOR << 16) |\
5        (SASL_VERSION_MINOR << 8) | SASL_VERSION_STEP)
6  
7 +/* for size_t */
8 +#include <stddef.h>
9 +
10  #include "prop.h"
11  
12  /*************
This page took 0.091891 seconds and 3 git commands to generate.