summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2008-08-15 15:39:17 +0000
committerPierre Joye <pajoye@php.net>2008-08-15 15:39:17 +0000
commit5c5ed519116953ccbab9aa8a81a6df21a2a6c8cc (patch)
treea22fbc9a9595b3c0e748e562b6f84aa6fbeed230
parentf11ce93fd54305ea8eff926b3a983ed8f0d7a149 (diff)
downloadphp-git-5c5ed519116953ccbab9aa8a81a6df21a2a6c8cc.tar.gz
- MFH: no config.h in ext/
-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"