Fix CS
Be consistent with existing `#include` declarations.
This commit is contained in:
parent
e270e41e74
commit
f936e4d9c6
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue