From 14d078ceb3e21ebf74397fe164706fa0c9497ee5 Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Wed, 1 May 2024 14:30:44 +0200 Subject: Added includes --- FICS/command.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FICS') diff --git a/FICS/command.c b/FICS/command.c index 75bccb2..80462da 100644 --- a/FICS/command.c +++ b/FICS/command.c @@ -32,6 +32,8 @@ #include +#include + #include "command.h" #include "command_list.h" #include "config.h" @@ -39,6 +41,7 @@ #include "ficsmain.h" #include "gamedb.h" #include "gameproc.h" +#include "maxxes-utils.h" #include "movecheck.h" #include "network.h" #include "obsproc.h" -- cgit v1.2.3