summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/bcmath.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2009-06-03 01:18:42 +0000
committerKalle Sommer Nielsen <kalle@php.net>2009-06-03 01:18:42 +0000
commit5da75298a0edb7b969581c2f17fd595ba0da0f89 (patch)
treec3231b5c0dc1608e20681f24c9a480455f275fcd /ext/bcmath/libbcmath/src/bcmath.h
parent9921bac6b2fbc2096ab6d2d01527a0e2b3a0d10d (diff)
downloadphp-git-5da75298a0edb7b969581c2f17fd595ba0da0f89.tar.gz
config.h is in this directory, not in ext/bcmath root, fixes re-compilation for me
Diffstat (limited to 'ext/bcmath/libbcmath/src/bcmath.h')
-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"