Skip to content

Commit

Permalink
HAVE_PTHREAD gate in test.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Jun 22, 2023
1 parent 33808c7 commit 87c31d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wolfssl/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,9 @@
#include <sys/ioctl.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <pthread.h>
#ifdef HAVE_PTHREAD
#include <pthread.h>
#endif
#include <fcntl.h>
#ifdef TEST_IPV6
#include <netdb.h>
Expand Down

0 comments on commit 87c31d5

Please sign in to comment.