From 32449e7db3f1b79cdeecd5017888d1325d03dcd4 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Fri, 17 Oct 2025 04:04:02 +0200 Subject: Added includes --- FICS/copyfile.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FICS/copyfile.c b/FICS/copyfile.c index 524a036..c6035b2 100644 --- a/FICS/copyfile.c +++ b/FICS/copyfile.c @@ -1,10 +1,12 @@ // SPDX-FileCopyrightText: 2025 Markus Uhlin // SPDX-License-Identifier: ISC +#include #include #include #include +#include #include #include #include -- cgit v1.2.3