From 0cc5734abbe1a7270d2a8ce97cfce2b333aa1336 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 7 Jul 2024 15:37:13 +0200 Subject: Include errno.h --- FICS/ratings.c | 1 + 1 file changed, 1 insertion(+) (limited to 'FICS') diff --git a/FICS/ratings.c b/FICS/ratings.c index a2fe400..b461a3d 100644 --- a/FICS/ratings.c +++ b/FICS/ratings.c @@ -34,6 +34,7 @@ #include "common.h" #include +#include #include "command.h" #include "comproc.h" -- cgit v1.2.3