summaryrefslogtreecommitdiff
path: root/ext/ldap
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap')
-rw-r--r--ext/ldap/ldap.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c
index a8bbf99bcf..68317e4296 100644
--- a/ext/ldap/ldap.c
+++ b/ext/ldap/ldap.c
@@ -26,6 +26,10 @@
/* $Id$ */
#define IS_EXT_MODULE
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "php.h"
#include "php_ini.h"