mirror of
https://github.com/MariaDB/server.git
synced 2026-04-25 17:55:31 +02:00
Avoid the name conflict between the system-provided "md5.h" and the MySQL one
by renaming "include/md5.h" to "include/my_md5.h". Fixes bug#14151. include/my_md5.h: Rename: include/md5.h -> include/my_md5.h
This commit is contained in:
parent
c3e1eaba62
commit
f4209c71a2
8 changed files with 7 additions and 7 deletions
|
|
@ -19,7 +19,7 @@
|
|||
#include "mysql_priv.h"
|
||||
#include <errno.h>
|
||||
#include <m_ctype.h>
|
||||
#include "md5.h"
|
||||
#include "my_md5.h"
|
||||
|
||||
/* Functions defined in this file */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue