summaryrefslogtreecommitdiff
path: root/sql/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'sql/md5.c')
-rw-r--r--sql/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/md5.c b/sql/md5.c
index 66b96b92ab2..a4ff75d469a 100644
--- a/sql/md5.c
+++ b/sql/md5.c
@@ -28,7 +28,7 @@ documentation and/or software.
Replace of MD5_memset and MD5_memcpy with memset & memcpy
*/
-#include <global.h>
+#include <my_global.h>
#include <m_string.h>
#include "md5.h"