diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/comproc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.h b/FICS/comproc.h index f48b7de..bee30b9 100644 --- a/FICS/comproc.h +++ b/FICS/comproc.h @@ -28,6 +28,8 @@ #ifndef _COMPROC_H #define _COMPROC_H +#include "command.h" + extern const int none; extern const int blitz_rat; extern const int std_rat; |