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