diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 22:47:53 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-01-03 22:47:53 +0100 |
commit | 4b73f78d98d3bbdf3c488759c376c2013bb5683d (patch) | |
tree | c124bdb7ce2caaf4fdf9bc5a0e427fdd2794d42e /FICS/comproc.h | |
parent | c7dea850d0a9e1d73e4288fd2b5c722e3da14971 (diff) |
Added include
Diffstat (limited to 'FICS/comproc.h')
-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; |