Commit abd57dc4 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Fix to avoid compilation errors on Windows

Not the final fix, only a temporary fix
parent 8f0071b7
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment