diff options
author | Zeev Suraski <zeev@php.net> | 2000-11-26 09:34:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-11-26 09:34:01 +0000 |
commit | 8a03f3062f43a0a54cfcf935746d2ed9d9ab269a (patch) | |
tree | ecf6f8370fc733cedd40e9d65765a8d63d0c2293 /ext/bcmath/libbcmath/src/config.h | |
parent | 203d67ea6be0dcc780a254072fa11fa82a34628d (diff) | |
download | php-git-8a03f3062f43a0a54cfcf935746d2ed9d9ab269a.tar.gz |
- Add bcmath to the standard UNIX build
- Change a couple of malloc()'s and free()'s to emalloc()'s and efree()'s
Diffstat (limited to 'ext/bcmath/libbcmath/src/config.h')
-rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index 7ac09a9993..42c42a8948 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,7 +1,7 @@ #if PHP_WIN32 #include "../../../../main/config.w32.h" #else -#include "../../../../main/php_config.h" +#include "php_config.h" #endif #include <string.h> |