X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=compat%2Fmmap.c;h=55cb120764da5520da7dbd91193a285551eae8bb;hb=405053d2d98c613d028795df439de657981e0711;hp=a051c4767dfad8d8083051fe18aa9cfdba83b5f9;hpb=069b20a198f171512a1d2d2163b40f70c94f5257;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) {