From ce2b880a53349d0c66827428efb82fcea797d917 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Tue, 5 Nov 2002 14:18:20 +0000 Subject: [PATCH] Fixed win32 build by including missing stddef.h --- ext/ldap/ldap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/ldap/ldap.c b/ext/ldap/ldap.c index edff9b6ce0..e1508559a9 100644 --- a/ext/ldap/ldap.c +++ b/ext/ldap/ldap.c @@ -38,6 +38,8 @@ #include "php.h" #include "php_ini.h" +#include + #include "ext/standard/dl.h" #include "php_ldap.h" -- 2.50.1