Fix to include errno.h in tls_bench.c

This commit is contained in:
David Garske
2019-06-28 10:37:53 -07:00
parent 354ec9cd9d
commit b2f919ec13

View File

@@ -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