Skip to content

Commit

Permalink
check PTHREADS macro
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaozg committed Jan 6, 2024
1 parent 5bc0778 commit 5064f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/th-lock.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@
#ifdef OPENSSL_SYS_WIN32
#include <windows.h>
#else
#ifndef PTHREADS
#define PTHREADS
#endif
#endif

#ifdef LINUX
#include <typedefs.h>
Expand Down

0 comments on commit 5064f17

Please sign in to comment.