From e61f2b4942359c86ca0e16890077087a867b0e00 Mon Sep 17 00:00:00 2001 From: S0S4 Date: Wed, 11 Sep 2024 11:08:10 +0200 Subject: [PATCH] [FIX] Solving PR conflicts --- src/client/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/http.c b/src/client/http.c index c756ed2..0c0e89d 100644 --- a/src/client/http.c +++ b/src/client/http.c @@ -1,5 +1,6 @@ #include "http.h" #include "sock.h" +#include "utils.h" #include #include #include @@ -7,7 +8,6 @@ #include #include #include -#include "utils.h" const char *CONTENT_LENGTH = "Content-Length: "; const char *GET_REQ_TEMPLATE =