summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-15 16:37:22 +0000
committerJani Taskinen <jani@php.net>2008-08-15 16:37:22 +0000
commit68a8a0f89c776404326d4b34b0a092fc1ad0ac75 (patch)
tree59333c55a49f8428314ef4f52da1f43aa4bd4edc /ext/bcmath/libbcmath/src
parent30c3c16143db79caac9885ef5280d3c0c52f0786 (diff)
downloadphp-git-68a8a0f89c776404326d4b34b0a092fc1ad0ac75.tar.gz
- Revert bad fix
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"