summaryrefslogtreecommitdiff
path: root/ext/ldap/ldap.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ldap/ldap.c')
-rw-r--r--ext/ldap/ldap.c1
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