diff options
| author | J08nY | 2017-09-19 12:47:45 +0200 |
|---|---|---|
| committer | J08nY | 2017-09-19 12:47:45 +0200 |
| commit | 3e8c233f7aa720608bf6b82744948eb1709e1d84 (patch) | |
| tree | b05187c9dc01caa0fa6e3ec99240ac232aaceffe /test/src/io/test_cli.c | |
| parent | 3fad579c3cbcbce457f36af6c1ceff37ec04ee54 (diff) | |
| download | ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.gz ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.tar.zst ecgen-3e8c233f7aa720608bf6b82744948eb1709e1d84.zip | |
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, |
