diff options
-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 f279b7e1fd..ab1186572e 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -38,6 +38,7 @@ #include "php.h" #include "php_ini.h" +#include "zend_exceptions.h" #include <stddef.h> |