~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisampack.c

Moved my_getopt.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#ifndef __GNU_LIBRARY__
27
27
#define __GNU_LIBRARY__                 /* Skip warnings in getopt.h */
28
28
#endif
29
 
#include <my_getopt.h>
 
29
#include <mysys/my_getopt.h>
30
30
#include <assert.h>
31
31
 
32
32
#if SIZEOF_LONG_LONG > 4