mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix to avoid compilation errors on Windows
Not the final fix, only a temporary fix
This commit is contained in:
parent
ae1814efbd
commit
7661629cf7
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue