1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 09:33:06 +02:00

PHP_EXTENSION_DIR is defined in build-defs.h

This commit is contained in:
Sascha Schumann
2000-11-05 15:10:47 +00:00
parent 1f9ee4857b
commit d381e0702c

View File

@@ -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>