Fixed compile error on windows.

This commit is contained in:
Michael Widenius 2010-01-14 18:32:41 +02:00
parent 2cc3fc2713
commit e4535de11f

View File

@ -58,6 +58,9 @@
#include <my_getopt.h>
#include <thr_alarm.h>
#include <myisam.h>
#ifdef WITH_MARIA_STORAGE_ENGINE
#include <maria.h>
#endif
#include <my_dir.h>
#include <waiting_threads.h>
#include "events.h"