diff options
Diffstat (limited to 'src/config.h')
-rw-r--r-- | src/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h index 8364ab5..de0e294 100644 --- a/src/config.h +++ b/src/config.h @@ -27,5 +27,6 @@ #include "config_time.h" #include "config_fs.h" #include "config_bat.h" +#include "config_shell.h" struct node* config_load(char*); |