fixing compile error

This commit is contained in:
dg9vh 2016-06-06 17:12:04 +00:00
parent eba4ddeb2a
commit 1fb1922974
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS =
LDFLAGS = -g
@ -22,4 +22,4 @@ MMDVMHost: $(OBJECTS)
clean:
$(RM) MMDVMHost *.o *.d *.bak *~

View file

@ -17,7 +17,7 @@
*/
#include "Thread.h"
#include <unistd.h>
#if defined(_WIN32) || defined(_WIN64)
CThread::CThread() :