From d67cf79e4d81d098f59103beb2e8460fb9e6ba0e Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 16 Mar 2025 17:11:14 +0100 Subject: Include errno.h --- FICS/playerdb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'FICS') diff --git a/FICS/playerdb.c b/FICS/playerdb.c index 5888078..7424edd 100644 --- a/FICS/playerdb.c +++ b/FICS/playerdb.c @@ -42,6 +42,7 @@ #include "common.h" #include +#include #include #include "command.h" -- cgit v1.2.3