~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

Moved my_getopt.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
#ifndef __GNU_LIBRARY__
66
66
#define __GNU_LIBRARY__                         // Skip warnings in getopt.h
67
67
#endif
68
 
#include <my_getopt.h>
 
68
#include <mysys/my_getopt.h>
69
69
#ifdef HAVE_SYSENT_H
70
70
#include <sysent.h>
71
71
#endif