summaryrefslogtreecommitdiff
path: root/ext/bcmath
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2007-09-11 11:25:20 +0000
committerRob Richards <rrichards@php.net>2007-09-11 11:25:20 +0000
commit7f7c1580963c7dbae0fb690d327355c0654291d8 (patch)
treeb04c438a275f1aa1e27d6859999db15f1d86dedb /ext/bcmath
parent3327653e1975c6ced9dcd2d537484c02d7b00542 (diff)
downloadphp-git-7f7c1580963c7dbae0fb690d327355c0654291d8.tar.gz
MFH: revert config header change
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"