Commit 2cf33fee89f3a7a3b1097e30d0468239048689ab

Edward Thomson 2015-06-29T15:20:34

index test: include repository.h for decl

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/tests/index/racy.c b/tests/index/racy.c
index fda1ed2..3b26aab 100644
--- a/tests/index/racy.c
+++ b/tests/index/racy.c
@@ -3,6 +3,7 @@
 
 #include "buffer.h"
 #include "index.h"
+#include "repository.h"
 
 static git_repository *g_repo;