X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=fetch-pack.c;h=a432eacab999a87fb3c3d545d90dbff82e57a820;hb=a034e9106ff1a4cb6fcb6f2ea3a1a47b4d2ba173;hp=0f71054fbaefbdbfdc7878a2f1be06bb9c3f24e7;hpb=f87d5aa383b5eaf941e43e055fb273889fcb1486;p=thirdparty%2Fgit.git diff --git a/fetch-pack.c b/fetch-pack.c index 0f71054fba..a432eacab9 100644 --- a/fetch-pack.c +++ b/fetch-pack.c @@ -24,7 +24,8 @@ #include "oid-array.h" #include "oidset.h" #include "packfile.h" -#include "object-store.h" +#include "object-store-ll.h" +#include "path.h" #include "connected.h" #include "fetch-negotiator.h" #include "fsck.h"