From ac5a89fbeb73d5a13f913365bbb52a33202298eb Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Tue, 17 Jul 2018 15:07:26 +0200 Subject: [PATCH] pull in openssl/sha.h for body digest --- include/kore/http.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/kore/http.h b/include/kore/http.h index 11a2d75..4825075 100644 --- a/include/kore/http.h +++ b/include/kore/http.h @@ -22,6 +22,8 @@ #include #include +#include + #if defined(__cplusplus) extern "C" { #endif