From: Sebastian Bergmann Date: Mon, 6 Nov 2000 06:31:00 +0000 (+0000) Subject: Fixed windows build. X-Git-Tag: php-4.0.4RC3~305 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5ff85c8bc2d987454edd69cc7c03d6162da33fe;p=php Fixed windows build. --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index b4ca57cf5b..feacc0ed15 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -25,7 +25,10 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "SAPI.h" + +#ifndef PHP_WIN32 #include "build-defs.h" +#endif #ifdef HAVE_LIBDL #include