summaryrefslogtreecommitdiff
path: root/compat/sha1-chunked.c
diff options
context:
space:
mode:
Diffstat (limited to 'compat/sha1-chunked.c')
-rw-r--r--compat/sha1-chunked.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat/sha1-chunked.c b/compat/sha1-chunked.c
index 6adfcfd..a4a6f93 100644
--- a/compat/sha1-chunked.c
+++ b/compat/sha1-chunked.c
@@ -1,4 +1,5 @@
-#include "cache.h"
+#include "git-compat-util.h"
+#include "hash-ll.h"
int git_SHA1_Update_Chunked(platform_SHA_CTX *c, const void *data, size_t len)
{