diff options
author | Pierre Joye <pajoye@php.net> | 2008-08-15 15:39:17 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2008-08-15 15:39:17 +0000 |
commit | 5c5ed519116953ccbab9aa8a81a6df21a2a6c8cc (patch) | |
tree | a22fbc9a9595b3c0e748e562b6f84aa6fbeed230 | |
parent | f11ce93fd54305ea8eff926b3a983ed8f0d7a149 (diff) | |
download | php-git-5c5ed519116953ccbab9aa8a81a6df21a2a6c8cc.tar.gz |
- MFH: no config.h in ext/
-rw-r--r-- | ext/bcmath/libbcmath/src/bcmath.h | 2 |
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" |