summaryrefslogtreecommitdiffstats
path: root/include/internal/refcount.h
diff options
context:
space:
mode:
authorJohn Kohl <john.kohl@hcl.com>2023-07-26 08:16:54 -0400
committerTodd Short <todd.short@me.com>2023-07-27 10:05:53 -0400
commitbdcaa47ddb86bfef8bbdebc02a7b72df49920b6d (patch)
tree24c7c58f102a667c4d550bf3f19e15710a51732c /include/internal/refcount.h
parent4b29762802c05fa871f0e1efcf804e86db0ddaa2 (diff)
Include <openssl/err.h> in include/refcount.h
Fixes #21555 CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Todd Short <todd.short@me.com> (Merged from https://github.com/openssl/openssl/pull/21561)
Diffstat (limited to 'include/internal/refcount.h')
-rw-r--r--include/internal/refcount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/internal/refcount.h b/include/internal/refcount.h
index fbab72e430..b82fba89ae 100644
--- a/include/internal/refcount.h
+++ b/include/internal/refcount.h
@@ -12,6 +12,7 @@
# include <openssl/e_os2.h>
# include <openssl/trace.h>
+# include <openssl/err.h>
# if defined(OPENSSL_THREADS) && !defined(OPENSSL_DEV_NO_ATOMICS)
# if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \