Fix Linux threading compile issues.

This commit is contained in:
Jonathan Naylor 2016-06-06 19:29:23 +01:00
parent 7cd548fd9b
commit 954bc4626c
3 changed files with 9 additions and 7 deletions

View file

@ -61,6 +61,8 @@ void CThread::sleep(unsigned int ms)
#else
#include <unistd.h>
CThread::CThread() :
m_thread()
{