X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=tests%2Fpack%2Ffilelimit.c;h=5e0b77e9bd2cfd4ad8b2775dcc17ed5374e53bd7;hb=c25aa7cd825ba972c2a1a902c73ce3a8c8a59ec3;hp=044679f3bd819a32364fdc38fa35fc99c8c7600a;hpb=22a2d3d5efc740ba0dc69175b8bbb1e715e0257e;p=libgit2.git diff --git a/tests/pack/filelimit.c b/tests/pack/filelimit.c index 044679f3b..5e0b77e9b 100644 --- a/tests/pack/filelimit.c +++ b/tests/pack/filelimit.c @@ -1,6 +1,5 @@ #include "clar_libgit2.h" #include "mwindow.h" -#include "global.h" #include #include "git2/sys/commit.h" @@ -9,6 +8,7 @@ static size_t expected_open_mwindow_files = 0; static size_t original_mwindow_file_limit = 0; +extern git_mutex git__mwindow_mutex; extern git_mwindow_ctl git_mwindow__mem_ctl; void test_pack_filelimit__initialize_tiny(void)