summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2008-08-15 16:36:39 +0000
committerJani Taskinen <jani@php.net>2008-08-15 16:36:39 +0000
commit718fb52b0ef234148274c8671c1e94559ce543bf (patch)
tree28d7182463bbd62aa46a821393d383483132d432 /ext/bcmath
parent5c5ed519116953ccbab9aa8a81a6df21a2a6c8cc (diff)
downloadphp-git-718fb52b0ef234148274c8671c1e94559ce543bf.tar.gz
- Revert wrong fix
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 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"