Merge pull request #348 from Hywan/patch-1

Fix CS
This commit is contained in:
Steven Fackler 2016-02-01 09:52:35 +00:00
commit 21b331a72e
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
#if defined(__APPLE__) || defined(__linux) #if defined(__APPLE__) || defined(__linux)
#include<pthread.h> #include <pthread.h>
#include<openssl/crypto.h> #include <openssl/crypto.h>
unsigned long thread_id() unsigned long thread_id()
{ {