From 449ef8c596eaea09cfc21f67b0d0c3b6efe3f50d Mon Sep 17 00:00:00 2001 From: thematdev Date: Thu, 6 Jul 2023 17:47:57 +0300 Subject: [PATCH] quick fix --- src/new_client.c | 2 ++ src/view_comments.c | 1 + 2 files changed, 3 insertions(+) diff --git a/src/new_client.c b/src/new_client.c index fd2002f..3227777 100644 --- a/src/new_client.c +++ b/src/new_client.c @@ -3,6 +3,8 @@ #include "config.h" #include "utils.h" +#include + #define UUID_SIZE 37 /* TODO: place cookie normally */ diff --git a/src/view_comments.c b/src/view_comments.c index 802e868..93c298d 100644 --- a/src/view_comments.c +++ b/src/view_comments.c @@ -10,6 +10,7 @@ #include #include #include +#include #define UUID_SIZE 37