diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src/bcmath.h')
-rw-r--r-- | ext/bcmath/libbcmath/src/bcmath.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bcmath/libbcmath/src/bcmath.h b/ext/bcmath/libbcmath/src/bcmath.h index 6833ce4bcf..1914d0bcdf 100644 --- a/ext/bcmath/libbcmath/src/bcmath.h +++ b/ext/bcmath/libbcmath/src/bcmath.h @@ -52,8 +52,8 @@ typedef struct bc_struct in the case of leading zeros generated. */ } bc_struct; -#include <php.h> -#include <ext/bcmath/php_bcmath.h> +#include "php.h" +#include "ext/bcmath/php_bcmath.h" /* The base used in storing the numbers in n_value above. |