summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-11-05 15:10:47 +0000
committerSascha Schumann <sas@php.net>2000-11-05 15:10:47 +0000
commitd381e0702cbb7eb2f7a1790f29ec3a22e8491ca4 (patch)
tree4beee6fe9f3b08d114366ffd80ab3b9bfae78a25
parent1f9ee4857bc7513c094daee7894aa5930db40db2 (diff)
downloadphp-git-d381e0702cbb7eb2f7a1790f29ec3a22e8491ca4.tar.gz
PHP_EXTENSION_DIR is defined in build-defs.h
-rw-r--r--ext/standard/dl.c1
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>