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/php_ldap.h | |
parent | 46c4029341326277d490f606fd668aaf970f00da (diff) | |
download | php-git-6d6b037001cd1184c5589f1bbbb099eaf93f582a.tar.gz |
- #43233, sasl support for ldap on windows
Diffstat (limited to 'ext/ldap/php_ldap.h')
-rw-r--r-- | ext/ldap/php_ldap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ldap/php_ldap.h b/ext/ldap/php_ldap.h index b6cb4e048e..5a0ceae40f 100644 --- a/ext/ldap/php_ldap.h +++ b/ext/ldap/php_ldap.h @@ -26,6 +26,7 @@ #ifndef HAVE_ORALDAP #include <lber.h> #endif + #include <ldap.h> extern zend_module_entry ldap_module_entry; |