summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-09-08 09:57:22 +0000
committerRob Richards <rrichards@php.net>2007-09-08 09:57:22 +0000
commit20296c625d448ea8423e40737dcd542272dd44ba (patch)
tree91aaa2026f7a0920aa79ee1b7692faf25c82aa54 /ext/bcmath
parent793956a0e1e13ffba45884b3b911c8a9145abcd4 (diff)
downloadphp-git-20296c625d448ea8423e40737dcd542272dd44ba.tar.gz
MFH: point to valid config header
Diffstat (limited to 'ext/bcmath')
-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 ce68f0da4e..3d7c478648 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"