diff options
Diffstat (limited to 'mysys/md5.c')
-rw-r--r-- | mysys/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysys/md5.c b/mysys/md5.c index a88fb279a0b..0945f9ce5f4 100644 --- a/mysys/md5.c +++ b/mysys/md5.c @@ -45,7 +45,7 @@ documentation and/or software. #include <my_global.h> #include <m_string.h> -#include "md5.h" +#include "my_md5.h" /* Constants for MD5Transform routine. */ |