Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'compat/sha1-chunked.c')
-rw-r--r--compat/sha1-chunked.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/sha1-chunked.c b/compat/sha1-chunked.c
index 6adfcfd540..56729d92dc 100644
--- a/compat/sha1-chunked.c
+++ b/compat/sha1-chunked.c
@@ -1,4 +1,5 @@
#include "cache.h"
+#include "hash-ll.h"
int git_SHA1_Update_Chunked(platform_SHA_CTX *c, const void *data, size_t len)
{