Change include path of sasl.h for Mac OS X
This commit is contained in:
parent
b58b779e91
commit
9a0a4bebdc
@ -15,8 +15,12 @@
|
||||
#include "options.h"
|
||||
|
||||
#ifdef HAVE_SASL
|
||||
#ifdef __APPLE__
|
||||
#include <sasl/sasl.h>
|
||||
#else
|
||||
#include <sasl.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static void free_attrs(char***);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user