From 2f8185d53f678cea19ff02cc228c5977e82f2c00 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 25 May 2024 23:50:18 +0200 Subject: Included err.h --- FICS/comproc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FICS/comproc.c b/FICS/comproc.c index a37e60a..c778502 100644 --- a/FICS/comproc.c +++ b/FICS/comproc.c @@ -40,6 +40,8 @@ #include +#include + #include "board.h" #include "command.h" #include "comproc.h" -- cgit v1.2.3