diff options
-rw-r--r-- | FICS/eco.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef _ECO_H #define _ECO_H +#include "command.h" /* param_list */ + #define SPACE_CHK()\ do {\ if (space > 0) {\ |
index : maxxe/fics | ||
Free Internet Chess Server (FICS) | maxxe |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | FICS/eco.h | 2 |
@@ -1,6 +1,8 @@ #ifndef _ECO_H #define _ECO_H +#include "command.h" /* param_list */ + #define SPACE_CHK()\ do {\ if (space > 0) {\ |