From 42349f28b3ab952172901e89fcf6a6bcbe1c3e9e Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sat, 25 Jan 2020 20:51:29 -0800 Subject: [PATCH] http: add missing header (#263) Fixes compilation without deprecated OpenSSL APIs. --- src/http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/http.c b/src/http.c index 195ede2..3348af4 100644 --- a/src/http.c +++ b/src/http.c @@ -1,5 +1,6 @@ #include #include +#include #include "server.h" #include "html.h" -- 2.43.4