diff options
author | Edward Thomson <ethomson@edwardthomson.com> | 2021-10-11 09:37:21 -0400 |
---|---|---|
committer | Edward Thomson <ethomson@edwardthomson.com> | 2021-10-11 09:37:21 -0400 |
commit | a944f3f43cbe3c9050d2e42b8f79d71b2a138bb1 (patch) | |
tree | 9643eb952eccdcaa4a6aab2e859ce0e52fc9f796 /src/util/path.c | |
parent | 8ace06dc79371a6621ab0037df072de7bef32aea (diff) | |
download | libgit2-ethomson/util.tar.gz |
checkpointethomson/util
Diffstat (limited to 'src/util/path.c')
-rw-r--r-- | src/util/path.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/path.c b/src/util/path.c index d8d33a141..01d4d344b 100644 --- a/src/util/path.c +++ b/src/util/path.c @@ -8,7 +8,8 @@ #include "path.h" #include "posix.h" -#include "repository.h" +#include "utf8.h" + #ifdef GIT_WIN32 #include "win32/posix.h" #include "win32/w32_buffer.h" |