From 7de4bd6c1cf928b7bc18d6b8c31b89ab1c8687fd Mon Sep 17 00:00:00 2001 From: lxsang Date: Fri, 1 Jan 2021 13:30:04 +0100 Subject: [PATCH] fix sha1 include path --- http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_server.c b/http_server.c index f4de62b..6a77bdc 100644 --- a/http_server.c +++ b/http_server.c @@ -12,7 +12,7 @@ #include #include #else -#include "sha1.h" +#include "lib/sha1.h" #endif #include "http_server.h"