mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Fix Linux threading compile issues.
This commit is contained in:
@@ -61,6 +61,8 @@ void CThread::sleep(unsigned int ms)
|
||||
|
||||
#else
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
CThread::CThread() :
|
||||
m_thread()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user