commit 265bd9c38d3752d54e42c91df81e46686efefb7a from: Stefan Sperling via: Thomas Adam date: Mon Jun 13 17:55:22 2022 UTC map delta cache file into memory if possible while writing a pack file with a fix from + ok op@ commit - 89fe1c42b34d471ab9756eb05231a5d72339e8c8 commit + 265bd9c38d3752d54e42c91df81e46686efefb7a blob - 8aa33cba45b2b479081216258a995452ab9903ca blob + ce51e286f346df77372ba0a6d6210a7dd2f8a55a --- lib/pack_create.c +++ lib/pack_create.c @@ -21,6 +21,7 @@ #include #include +#include #include #include #include