diff options
Diffstat (limited to 'client/password.c')
-rw-r--r-- | client/password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/password.c b/client/password.c index 0fd5861873a..cb658f32022 100644 --- a/client/password.c +++ b/client/password.c @@ -35,7 +35,7 @@ This saves a hashed number as a string in the password field. *****************************************************************************/ -#include <global.h> +#include <my_global.h> #include <my_sys.h> #include <m_string.h> #include "mysql.h" |