summaryrefslogtreecommitdiff
path: root/src/util/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/path.c')
-rw-r--r--src/util/path.c3
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"