From: Edin Kadribasic Date: Tue, 5 Nov 2002 14:18:20 +0000 (+0000) Subject: Fixed win32 build by including missing stddef.h X-Git-Tag: php-4.3.0RC1~268 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2b880a53349d0c66827428efb82fcea797d917;p=php Fixed win32 build by including missing stddef.h --- 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"