mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02: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 <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <errno.h>
|
||||||
|
|
||||||
/* For testing no pthread support */
|
/* For testing no pthread support */
|
||||||
#if 0
|
#if 0
|
||||||
|
Reference in New Issue
Block a user