commit 7165924d2c70945b1071f478b1aab457773576e8 from: Stefan Sperling via: Thomas Adam date: Wed Aug 23 18:53:54 2023 UTC portable: getprocname: program_invocation_short_name This is needed for gitwrapper which will fail if its program name cannot be detected properly. commit - fde1a9966508de40278266689ba6b687483e2fe2 commit + 7165924d2c70945b1071f478b1aab457773576e8 blob - 1dc2f493577b073fa65b7544928ff6ff61c1c2e6 blob + 4ea6efad44d1c41db4213f76b752d8fd81470acb --- compat/getprogname.c +++ compat/getprogname.c @@ -14,6 +14,8 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include "got_compat.h" + #include #include