forked from wolfSSL/wolfssl
Fix to include errno.h in tls_bench.c
This commit is contained in:
@@ -57,6 +57,7 @@ bench_tls(args);
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
#include <errno.h>
|
||||
|
||||
/* For testing no pthread support */
|
||||
#if 0
|
||||
|
Reference in New Issue
Block a user