diff options
Diffstat (limited to 'test/src/io/test_cli.c')
| -rw-r--r-- | test/src/io/test_cli.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/io/test_cli.c b/test/src/io/test_cli.c index 1c7a208..e5077ef 100644 --- a/test/src/io/test_cli.c +++ b/test/src/io/test_cli.c @@ -6,7 +6,7 @@ #include <criterion/criterion.h> #include <unistd.h> #include "io/cli.h" -#include "io/config.h" +#include "misc/config.h" #include "test/default.h" static struct argp test_argp = {cli_options, cli_parse, cli_args_doc, |
