Merge branch 'patch-8' of https://github.com/ca333/komodo into dev-winpatch-ca333

This commit is contained in:
DeckerSU
2018-04-20 03:38:00 +03:00

View File

@@ -1,6 +1,11 @@
#define _GNU_SOURCE 1
#if __linux
#include <sys/syscall.h>
#elif defined(_WIN32) || defined(_WIN64)
#include <windows.h>
#endif
#include <unistd.h>
#include <pthread.h>