diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/command.c | 3 |
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" |