~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzle.c

Merged remove-include-dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
#include "client_priv.h"
37
37
#include <mystrings/m_ctype.h>
38
38
#include <stdarg.h>
39
 
#include <my_dir.h>
40
39
#ifndef __GNU_LIBRARY__
41
40
#define __GNU_LIBRARY__          // Skip warnings in getopt.h
42
41
#endif