Trying to fix Windows build.

This commit is contained in:
Matthias Koefferlein 2021-01-31 20:21:14 +01:00
parent f1d2f39031
commit d10165928f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "tlSleep.h"
#if defined(_MSC_VER) || defined(_WIN32)
# include <Windows.h>
# include <Synchapi.h>
#else
# include <unistd.h>