~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#include <drizzled/global.h>
21
21
#include <mysys/my_sys.h>
22
22
#include "my_time.h"
23
 
#include <mysys_err.h>
 
23
#include <mysys/mysys_err.h>
24
24
#include <mystrings/m_string.h>
25
25
#include <mystrings/m_ctype.h>
26
26
#include "drizzle.h"
27
 
#include "drizzled_error.h"
28
27
#include "errmsg.h"
29
 
#include <violite.h>
 
28
#include <vio/violite.h>
30
29
#include <sys/stat.h>
31
30
#include <signal.h>
32
31
#include <time.h>
51
50
#ifdef HAVE_SYS_UN_H
52
51
#include <sys/un.h>
53
52
#endif
54
 
#include <my_pthread.h>        /* because of signal()  */
 
53
#include <mysys/my_pthread.h>        /* because of signal()  */
55
54
#ifndef INADDR_NONE
56
55
#define INADDR_NONE  -1
57
56
#endif