From 0cf5c6a9a06b58a85d93aafefbc07039773b5b43 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 14 Feb 2019 15:22:59 +0000 Subject: [PATCH] Fix no-stdio Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/8238) --- include/openssl/kdf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h index 0f39a1424b..663ba90a72 100644 --- a/include/openssl/kdf.h +++ b/include/openssl/kdf.h @@ -10,6 +10,8 @@ #ifndef HEADER_KDF_H # define HEADER_KDF_H +# include +# include # include # include # ifdef __cplusplus -- 2.25.1