summaryrefslogtreecommitdiff
path: root/client/mysqlmanager-pwgen.c
diff options
context:
space:
mode:
authorunknown <joerg@trift-lap.none>2007-07-19 14:14:03 +0200
committerunknown <joerg@trift-lap.none>2007-07-19 14:14:03 +0200
commitf4209c71a24ec563dd876db3a94fad7d2c53b8aa (patch)
tree384b50aefabe8834cf34958a95feda6e244a1ff2 /client/mysqlmanager-pwgen.c
parentc3e1eaba62e1ecd7b007df01c35228c828fdf142 (diff)
downloadmariadb-git-f4209c71a24ec563dd876db3a94fad7d2c53b8aa.tar.gz
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
Diffstat (limited to 'client/mysqlmanager-pwgen.c')
-rw-r--r--client/mysqlmanager-pwgen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqlmanager-pwgen.c b/client/mysqlmanager-pwgen.c
index 716a1e4bf4e..7a857c59743 100644
--- a/client/mysqlmanager-pwgen.c
+++ b/client/mysqlmanager-pwgen.c
@@ -22,7 +22,7 @@
#include <mysql_version.h>
#include <errno.h>
#include <my_getopt.h>
-#include <md5.h>
+#include "my_md5.h"
const char* outfile=0,*user="root";