From: Rosen Penev Date: Sun, 26 Jan 2020 04:51:29 +0000 (-0800) Subject: http: add missing header (#263) X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=42349f28b3ab952172901e89fcf6a6bcbe1c3e9e;p=ttyd.git http: add missing header (#263) Fixes compilation without deprecated OpenSSL APIs. --- 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"