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