~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzlebinlog.cc

Moved drizzle.h to libdrizzle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
#include <my_global.h>
35
35
#include <mysys/my_sys.h>
36
36
#include <mystrings/m_string.h>
37
 
#include <drizzle.h>
 
37
#include <libdrizzle/drizzle.h>
38
38
#include <errmsg.h>
39
39
#include <mysys/my_getopt.h>
40
40
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */