commit 3e8d36947e46d4fad49548c24b355444752307e9 from: Thomas Adam date: Thu Oct 13 21:28:28 2022 UTC portable: handle sys/tree.h Unfortunately, MacOS doesn't provide sys/tree.h -- so the compat check for this must happen portably. commit - cb3c9f1cc3c0150fe2781c4bcd4bcae557696705 commit + 3e8d36947e46d4fad49548c24b355444752307e9 blob - bdc443337985ddd3a01fe0ab37254256d30bbd1e blob + 1f9471e40b9c0db212ade93a1fc9d5eec5b5075f --- lib/object_open_privsep.c +++ lib/object_open_privsep.c @@ -17,7 +17,6 @@ #include #include #include -#include #include #include #include blob - 00bf8dcbcaf6774d50250fb625315eeddefd93db blob + 3c735047768978e048588c45a499263ce4d16e37 --- lib/read_gitconfig_privsep.c +++ lib/read_gitconfig_privsep.c @@ -15,7 +15,6 @@ */ #include -#include #include #include #include