diff options
author | Sascha Schumann <sas@php.net> | 2000-11-05 15:10:47 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-11-05 15:10:47 +0000 |
commit | d381e0702cbb7eb2f7a1790f29ec3a22e8491ca4 (patch) | |
tree | 4beee6fe9f3b08d114366ffd80ab3b9bfae78a25 | |
parent | 1f9ee4857bc7513c094daee7894aa5930db40db2 (diff) | |
download | php-git-d381e0702cbb7eb2f7a1790f29ec3a22e8491ca4.tar.gz |
PHP_EXTENSION_DIR is defined in build-defs.h
-rw-r--r-- | ext/standard/dl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> |