diff options
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.c b/src/command.c index 8fb20a5d6..c9b3db1ca 100644 --- a/src/command.c +++ b/src/command.c @@ -38,6 +38,7 @@ #include "tag_print.h" #include "path.h" #include "idle.h" +#include "config.h" #include <assert.h> #include <time.h> |