From 1415baa94faf37b2a8842c5ece3899d7af728d67 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 2 Dec 2024 15:43:44 +0100 Subject: Include errno.h --- FICS/gamedb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/FICS/gamedb.c b/FICS/gamedb.c index 05e250b..530eb47 100644 --- a/FICS/gamedb.c +++ b/FICS/gamedb.c @@ -42,6 +42,7 @@ #include "common.h" #include +#include #include "command.h" #include "config.h" -- cgit v1.2.3