diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 01:35:42 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-17 01:35:42 +0100 |
commit | 8bc2525ad623d48e0afafba25e3f0c37ddbfeb5d (patch) | |
tree | 47d37a528655fac5a3485b175780712011d3d080 /FICS/eco.h | |
parent | 0c6349b940dc7e2fc15a5dd6cf896f6d4c24c524 (diff) |
Included command.h
Diffstat (limited to 'FICS/eco.h')
-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) {\ |