summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-06-03 01:19:33 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-06-03 01:19:33 +0000
commitf763fbb1ee5228fa9ef8b16477720fbcf0eb1e59 (patch)
tree585df7467211cfab3315b484f222cfe74c2b2487 /ext/bcmath/libbcmath/src
parent3dcd2b6ace610cf8b8519eaabfab3032ad63171a (diff)
downloadphp-git-f763fbb1ee5228fa9ef8b16477720fbcf0eb1e59.tar.gz
MFH: config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me
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 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"