]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add additional include
authorPauli <pauli@openssl.org>
Mon, 27 Jun 2022 01:03:41 +0000 (11:03 +1000)
committerPauli <pauli@openssl.org>
Wed, 6 Jul 2022 00:33:11 +0000 (10:33 +1000)
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18345)

include/internal/priority_queue.h

index e515eca14455cf7c62af38c147817570b2856313..5be03bf131c88eebfb476a552922b21169ecbb3c 100644 (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