From: John Kohl Date: Wed, 26 Jul 2023 12:16:54 +0000 (-0400) Subject: Include in include/refcount.h X-Git-Tag: openssl-3.2.0-alpha1~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcaa47ddb86bfef8bbdebc02a7b72df49920b6d;p=thirdparty%2Fopenssl.git Include in include/refcount.h Fixes #21555 CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Dmitry Belyavskiy Reviewed-by: Paul Dale Reviewed-by: Todd Short (Merged from https://github.com/openssl/openssl/pull/21561) --- diff --git a/include/internal/refcount.h b/include/internal/refcount.h index fbab72e430a..b82fba89ae4 100644 --- a/include/internal/refcount.h +++ b/include/internal/refcount.h @@ -12,6 +12,7 @@ # include # include +# include # if defined(OPENSSL_THREADS) && !defined(OPENSSL_DEV_NO_ATOMICS) # if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L \