diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/command.h b/src/command.h index 36a4600a6..2692c6b58 100644 --- a/src/command.h +++ b/src/command.h @@ -19,6 +19,8 @@ #ifndef COMMAND_H #define COMMAND_H +#include "../config.h" + #include <stdio.h> #define COMMAND_RETURN_KILL 10 |