summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <joerg@trift-lap.none>2007-07-20 13:35:23 +0200
committerunknown <joerg@trift-lap.none>2007-07-20 13:35:23 +0200
commit366c21fef8981a6ca3ac909eb14b75b99a0a5278 (patch)
tree2cbd0b20e72ff84fe8b487aa3b1b2409b4144d49 /client
parentd8305ab99be7c2fef0dc3a5a559ea2921d10ad84 (diff)
parentf4209c71a24ec563dd876db3a94fad7d2c53b8aa (diff)
downloadmariadb-git-366c21fef8981a6ca3ac909eb14b75b99a0a5278.tar.gz
Merge trift-lap.none:/MySQL/M50/bug14151-5.0
into trift-lap.none:/MySQL/M50/push-5.0
Diffstat (limited to 'client')
-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";