Commit 629bd8f306361dacededfd9446e41895353b3fe5

Stefan Sperling 2020-03-18T16:11:28

fix fetch_test build

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/regress/fetch/fetch_test.c b/regress/fetch/fetch_test.c
index 3235b8b..a43ae11 100644
--- a/regress/fetch/fetch_test.c
+++ b/regress/fetch/fetch_test.c
@@ -29,6 +29,7 @@
 
 #include "got_error.h"
 #include "got_object.h"
+#include "got_path.h"
 #include "got_fetch.h"
 
 #include "got_lib_object_idset.h"