diff options
Diffstat (limited to 'command.h')
-rw-r--r-- | command.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #ifndef COMMAND_H_ #define COMMAND_H_ +#include "base.h" + // i | ARG_STRING = ted->strings[i] #define ARG_STRING 0x4000000000000000 |