Commit b28128bd7d148fc5bdb6007006b7632bb33cfd8d

Thomas de Grivel 2022-03-30T16:47:44

fix compilation

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/git-auth.c b/git-auth.c
index e839ded..4384a20 100644
--- a/git-auth.c
+++ b/git-auth.c
@@ -17,6 +17,7 @@
 
 #include <assert.h>
 #include <err.h>
+#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>