~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisampack.c

MergedĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <queues.h>
24
24
#include <my_tree.h>
25
25
#include "mysys_err.h"
26
 
#ifdef MSDOS
27
 
#include <io.h>
28
 
#endif
29
26
#ifndef __GNU_LIBRARY__
30
27
#define __GNU_LIBRARY__                 /* Skip warnings in getopt.h */
31
28
#endif