diff options
author | Rob Richards <rrichards@php.net> | 2007-09-11 11:24:39 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2007-09-11 11:24:39 +0000 |
commit | 97a79d5c7708078f53575f525893ad9da987c9a3 (patch) | |
tree | 9c320aea2a55a70bce03328dadc4dcdc2e547669 /ext/bcmath/libbcmath/src | |
parent | 618644c201584211fc170831c1dcf2c6818e60d2 (diff) | |
download | php-git-97a79d5c7708078f53575f525893ad9da987c9a3.tar.gz |
revert config header change
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r-- | ext/bcmath/libbcmath/src/bcmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 3d7c478648..ce68f0da4e 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -53,7 +53,7 @@ typedef struct bc_struct } bc_struct; #ifdef HAVE_CONFIG_H -#include "config.h" +#include "../../config.h" #endif #include "php.h" |