diff options
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r-- | ext/ldap/ldap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index ce822b2551..5a59f1688d 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -44,7 +44,7 @@ #endif #include "ext/standard/php_string.h" - +#include "ext/standard/info.h" ZEND_DECLARE_MODULE_GLOBALS(ldap) @@ -1274,4 +1274,4 @@ PHP_FUNCTION(ldap_error) { RETURN_STRING(ldap_err2string(ld_errno), 1); } -/* }}} */
\ No newline at end of file +/* }}} */ |