mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Fix Linux threading compile issues.
This commit is contained in:
parent
eba4ddeb2a
commit
277becca53
6 changed files with 9 additions and 7 deletions
|
|
@ -61,6 +61,8 @@ void CThread::sleep(unsigned int ms)
|
|||
|
||||
#else
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
CThread::CThread() :
|
||||
m_thread()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue