Code

Merge branch 'jc/pickaxe-ignore-case'
[git.git] / ctype.c
diff --git a/ctype.c b/ctype.c
index 7c14d85c153d9647fff617768badd9a24e52e9b4..935327164b1066ad011d11fdcd3fd1dc1a936c58 100644 (file)
--- a/ctype.c
+++ b/ctype.c
@@ -3,7 +3,7 @@
  *
  * No surprises, and works with signed and unsigned chars.
  */
-#include "cache.h"
+#include "git-compat-util.h"
 
 enum {
        S = GIT_SPACE,