aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/command.c
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-05-01 14:30:44 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-05-01 14:30:44 +0200
commit14d078ceb3e21ebf74397fe164706fa0c9497ee5 (patch)
tree1145d186f516af535cd41dba26c28634685d33e4 /FICS/command.c
parent2aca4f023c6a19d98ab3bb3234a368e14a915a56 (diff)
Added includes
Diffstat (limited to 'FICS/command.c')
-rw-r--r--FICS/command.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/param.h>
+#include <err.h>
+
#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"