~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

Moved my_sys/my_pthread/my_nosys and mysys_err to mysys.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 **/
35
35
 
36
36
#include "client_priv.h"
37
 
#include <my_sys.h>
38
37
#include <m_ctype.h>
39
38
#include <stdarg.h>
40
39
#include <my_dir.h>