aboutsummaryrefslogtreecommitdiff
path: root/include/heim_threads.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
committerCy Schubert <cy@FreeBSD.org>2023-06-26 22:56:52 +0000
commitb6a943f7197af1a5eb6bb028b9b808ec5016e30c (patch)
treecfbb91e940dd89d0e1d46095f43c228d7d079fa0 /include/heim_threads.h
parent6f4e10db3298f6d65e1e646fe52aaafc3682b788 (diff)
Heimdal 7.8.0 does not support OpenSSL 3.0. 7.9.0 will but it hasn't been released yet. We are importing f62e2f278 for its OpenSSL 3.0 support.
Diffstat (limited to 'include/heim_threads.h')
-rw-r--r--include/heim_threads.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/heim_threads.h b/include/heim_threads.h
index f337ac1677ad..3ed06d9263e0 100644
--- a/include/heim_threads.h
+++ b/include/heim_threads.h
@@ -46,6 +46,8 @@
#ifndef HEIM_THREADS_H
#define HEIM_THREADS_H 1
+#include <errno.h>
+
#ifdef _MSC_VER
#define HEIMDAL_THREAD_LOCAL __declspec(thread)