mirror of
https://github.com/MariaDB/server.git
synced 2025-08-30 11:22:14 +03: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.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <errno.h>
|
||||
#include <violite.h>
|
||||
#include <md5.h>
|
||||
#include "my_md5.h"
|
||||
#include <signal.h>
|
||||
#ifdef HAVE_SYS_WAIT_H
|
||||
#include <sys/wait.h>
|
||||
|
||||
Reference in New Issue
Block a user