From 8bc2525ad623d48e0afafba25e3f0c37ddbfeb5d Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sun, 17 Dec 2023 01:35:42 +0100 Subject: Included command.h --- FICS/eco.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FICS/eco.h b/FICS/eco.h index c506db6..c1ab418 100644 --- a/FICS/eco.h +++ b/FICS/eco.h @@ -1,6 +1,8 @@ #ifndef _ECO_H #define _ECO_H +#include "command.h" /* param_list */ + #define SPACE_CHK()\ do {\ if (space > 0) {\ -- cgit v1.2.3