From c9c0384ebf1b882dd0035530e5949bfcbf979d2b Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 14 Feb 2021 22:25:35 +0100 Subject: Fixed connection and request includes --- request.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'request.c') diff --git a/request.c b/request.c index d8c2051..ae5f74d 100644 --- a/request.c +++ b/request.c @@ -10,6 +10,8 @@ #include +#include "connection.h" + static const int REQUEST_DATA_SIZE = 4096; /// Allocates and initializes request structure. -- cgit v1.1