diff options
author | Pierre Joye <pajoye@php.net> | 2010-05-17 20:09:42 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2010-05-17 20:09:42 +0000 |
commit | 6d6b037001cd1184c5589f1bbbb099eaf93f582a (patch) | |
tree | 61c5a61fd8d54dfa634545a77d890c0d085be78f /ext/ldap/ldap.c | |
parent | 46c4029341326277d490f606fd668aaf970f00da (diff) | |
download | php-git-6d6b037001cd1184c5589f1bbbb099eaf93f582a.tar.gz |
- #43233, sasl support for ldap on windows
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index 61a94ad4d5..9fe3b97ac3 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -46,6 +46,7 @@ #ifdef PHP_WIN32 #include <string.h> +#include "config.w32.h" #if HAVE_NSLDAP #include <winsock2.h> #endif |