~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/client.c

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
#define CLI_DRIZZLE_CONNECT STDCALL drizzle_connect
51
51
 
52
 
#include <my_sys.h>
53
 
#include <mysys_err.h>
 
52
#include <mysys/my_sys.h>
 
53
#include <mysys/mysys_err.h>
54
54
#include <mystrings/m_string.h>
55
55
#include <mystrings/m_ctype.h>
56
 
#include "drizzled_error.h"
 
56
#include <drizzled/error.h>
57
57
#include "errmsg.h"
58
 
#include <violite.h>
59
 
#include <my_pthread.h>        /* because of signal()  */
 
58
#include <vio/violite.h>
 
59
#include <mysys/my_pthread.h>        /* because of signal()  */
60
60
 
61
61
#include <sys/stat.h>
62
62
#include <signal.h>