mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 15:49:16 +01:00
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