From: Sascha Schumann Date: Sun, 5 Nov 2000 15:10:47 +0000 (+0000) Subject: PHP_EXTENSION_DIR is defined in build-defs.h X-Git-Tag: php-4.0.4RC3~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d381e0702cbb7eb2f7a1790f29ec3a22e8491ca4;p=php PHP_EXTENSION_DIR is defined in build-defs.h --- diff --git a/ext/standard/dl.c b/ext/standard/dl.c index 5122f890c5..b4ca57cf5b 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" #ifdef HAVE_LIBDL #include