]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.c
cache.h: remove dependence on hex.h; make other files include it explicitly
[thirdparty/git.git] / path.c
diff --git a/path.c b/path.c
index 492e17ad12106233ddde63b724992f388693be10..97561c3b14d9a47be40b67a7e1ad2992c9fc22b2 100644 (file)
--- a/path.c
+++ b/path.c
@@ -2,6 +2,7 @@
  * Utilities for paths and pathnames
  */
 #include "cache.h"
+#include "hex.h"
 #include "repository.h"
 #include "strbuf.h"
 #include "string-list.h"