summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-09-11 11:24:39 +0000
committerRob Richards <rrichards@php.net>2007-09-11 11:24:39 +0000
commit97a79d5c7708078f53575f525893ad9da987c9a3 (patch)
tree9c320aea2a55a70bce03328dadc4dcdc2e547669 /ext/bcmath/libbcmath/src
parent618644c201584211fc170831c1dcf2c6818e60d2 (diff)
downloadphp-git-97a79d5c7708078f53575f525893ad9da987c9a3.tar.gz
revert config header change
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r--ext/bcmath/libbcmath/src/bcmath.h2
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"