diff options
Diffstat (limited to 'tests-clar/repo/open.c')
-rw-r--r-- | tests-clar/repo/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/repo/open.c b/tests-clar/repo/open.c index 2450de017..1813887ec 100644 --- a/tests-clar/repo/open.c +++ b/tests-clar/repo/open.c @@ -1,5 +1,6 @@ #include "clar_libgit2.h" #include "fileops.h" +#include <ctype.h> void test_repo_open__cleanup(void) { @@ -234,7 +235,6 @@ void test_repo_open__win32_path(void) #ifdef GIT_WIN32 git_repository *repo = cl_git_sandbox_init("empty_standard_repo"), *repo2; git_buf winpath = GIT_BUF_INIT; - char *src, *tgt; static const char *repo_path = "empty_standard_repo/.git/"; static const char *repo_wd = "empty_standard_repo/"; |