git-tar-tree: no more void pointer arithmetic
[git.git] / usage.c
diff --git a/usage.c b/usage.c
index dfa87fe..1fa924c 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) Linus Torvalds, 2005
  */
-#include "cache.h"
+#include "git-compat-util.h"
 
 static void report(const char *prefix, const char *err, va_list params)
 {