diff options
Diffstat (limited to 'sql/matherr.c')
-rw-r--r-- | sql/matherr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/matherr.c b/sql/matherr.c index 8523a78ce94..ed18438cd0c 100644 --- a/sql/matherr.c +++ b/sql/matherr.c @@ -16,7 +16,7 @@ /* Fix that we got POSTFIX_ERROR when doing unreasonable math (not core) */ -#include <global.h> +#include <my_global.h> #include <errno.h> /* Fix that we gets POSTFIX_ERROR when error in math */ |