Fix to avoid compilation errors on Windows

Not the final fix, only a temporary fix
This commit is contained in:
Mikael Ronstrom 2008-12-04 11:57:56 +01:00
commit 7661629cf7

View file

@ -16,7 +16,9 @@ Created 9/5/1995 Heikki Tuuri
#include "os0thread.h"
#include "os0sync.h"
#include "sync0arr.h"
#ifndef WIN32
#include "my_atomic.h"
#endif
#ifndef UNIV_HOTBACKUP
extern my_bool timed_mutexes;