diff options
Diffstat (limited to 't/helper/test-env-helper.c')
-rw-r--r-- | t/helper/test-env-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/helper/test-env-helper.c b/t/helper/test-env-helper.c index 66c88b8ff3..1c486888a4 100644 --- a/t/helper/test-env-helper.c +++ b/t/helper/test-env-helper.c @@ -1,5 +1,5 @@ #include "test-tool.h" -#include "config.h" +#include "parse.h" #include "parse-options.h" static char const * const env__helper_usage[] = { |