Add additional include

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18345)
This commit is contained in:
Pauli 2022-06-27 11:03:41 +10:00
parent 2f19ab18a2
commit 924c814a8a
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
# define OSSL_INTERNAL_PRIORITY_QUEUE_H
# pragma once
# include <stdlib.h>
# include <openssl/e_os2.h>
# define PRIORITY_QUEUE_OF(type) OSSL_PRIORITY_QUEUE_ ## type