From c5ff85c8bc2d987454edd69cc7c03d6162da33fe Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Mon, 6 Nov 2000 06:31:00 +0000 Subject: [PATCH] Fixed windows build. --- ext/standard/dl.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.50.1