LinuxThreadHelpers -> PthreadHelpers part 3

This commit is contained in:
Ben "root" Anderson
2013-10-30 00:08:19 -05:00
parent a5eb4376ae
commit d2f43a73e4
4 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#include "SignalHandler.h"
#include "GetSysInfo.h"
#if defined(UNIX)
#include "archutils/Unix/LinuxThreadHelpers.h"
#if defined(HAVE_LIBPTHREAD)
#include "archutils/Common/PthreadHelpers.h"
#endif
#include <unistd.h>