diff options
Diffstat (limited to 'src/libgit2/path.c')
-rw-r--r-- | src/libgit2/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libgit2/path.c b/src/libgit2/path.c index 05a3dc2cf..a19340efe 100644 --- a/src/libgit2/path.c +++ b/src/libgit2/path.c @@ -9,6 +9,7 @@ #include "repository.h" #include "fs_path.h" +#include "utf8.h" typedef struct { git_repository *repo; |