~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/net_serv.c

MergedĀ inĀ remove-include-dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
#include <drizzled/global.h>
21
21
#include <drizzle.h>
22
 
#include <drizzled_error.h>
 
22
#include <drizzled/error.h>
23
23
#include <mysys/my_sys.h>
24
24
#include <mystrings/m_string.h>
25
 
#include <violite.h>
 
25
#include <vio/violite.h>
26
26
#include <signal.h>
27
27
#include <errno.h>
28
28
#include <sys/poll.h>
39
39
 
40
40
#define DONT_USE_THR_ALARM
41
41
 
42
 
#include "thr_alarm.h"
 
42
#include <mysys/thr_alarm.h>
43
43
 
44
44
 
45
45
#define update_statistics(A)