From: Moriyoshi Koizumi Date: Thu, 24 Oct 2002 14:01:45 +0000 (+0000) Subject: Fix build X-Git-Tag: php-4.3.0pre2~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06012c3f42448f984000b754773ffc633d5c5711;p=php Fix build --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 90ecf3d4cc..7bdc6ff49a 100644 --- a/ext/standard/dl.c +++ b/ext/standard/dl.c @@ -25,6 +25,7 @@ #include "php_globals.h" #include "ext/standard/info.h" #include "SAPI.h" +#include "build-defs.h" #if defined(HAVE_LIBDL) || HAVE_MACH_O_DYLD_H #include