diff options
Diffstat (limited to 't/helper/test-wildmatch.c')
-rw-r--r-- | t/helper/test-wildmatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/helper/test-wildmatch.c b/t/helper/test-wildmatch.c index 66d33dfcfd..2c103d1824 100644 --- a/t/helper/test-wildmatch.c +++ b/t/helper/test-wildmatch.c @@ -1,6 +1,7 @@ +#include "test-tool.h" #include "cache.h" -int cmd_main(int argc, const char **argv) +int cmd__wildmatch(int argc, const char **argv) { int i; for (i = 2; i < argc; i++) { |