diff options
Diffstat (limited to 'include/base64.h')
-rw-r--r-- | include/base64.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/base64.h b/include/base64.h index fcc2f8b40dc..a2b0fc0352b 100644 --- a/include/base64.h +++ b/include/base64.h @@ -21,8 +21,7 @@ extern "C" { #endif - -#include <mysys_priv.h> +#include <my_global.h> /* Calculate how much memory needed for dst of base64_encode() |