X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=compat%2Fmmap.c;h=55cb120764da5520da7dbd91193a285551eae8bb;hb=HEAD;hp=a051c4767dfad8d8083051fe18aa9cfdba83b5f9;hpb=36d277c72d90d32f99616072b64a2652248f5264;p=git.git diff --git a/compat/mmap.c b/compat/mmap.c index a051c476..55cb1207 100644 --- a/compat/mmap.c +++ b/compat/mmap.c @@ -2,7 +2,7 @@ #include #include #include -#include "../cache.h" +#include "../git-compat-util.h" void *gitfakemmap(void *start, size_t length, int prot , int flags, int fd, off_t offset) {