~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/password.c

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
*****************************************************************************/
60
60
 
61
61
#include <drizzled/global.h>
62
 
#include <my_sys.h>
 
62
#include <mysys/my_sys.h>
63
63
#include <mystrings/m_string.h>
64
 
#include <sha1.h>
 
64
#include <mysys/sha1.h>
65
65
#include "drizzle.h"
66
66
 
67
67
/************ MySQL 3.23-4.0 authentication routines: untouched ***********/