On Fri Jul 10, 2026 at 6:41 PM CEST, Pablo Sabater wrote:
[snip]
quoted hunk ↗ jump to hunk
diff --git a/transport.c b/transport.c
index fc144f0aed..3e0a6558b7 100644
--- a/transport.c
+++ b/transport.c
@@ -1,3 +1,4 @@
+#include "compat/posix.h"
#define USE_THE_REPOSITORY_VARIABLE
Hi while working on another series I realized that I had introduced this
include which is wrong. I didn't notice because strangely it didn't gave
any problems on the CI.
I'll drop it next reroll.
Regards,
Pablo.