diff options
Diffstat (limited to 'components/run_command.c')
-rw-r--r-- | components/run_command.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/run_command.c b/components/run_command.c index e00b478..be7d9e2 100644 --- a/components/run_command.c +++ b/components/run_command.c @@ -3,6 +3,7 @@ #include <string.h> #include "../util.h" +#include "../slstatus.h" const char * run_command(const char *cmd) |