Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-06-29 23:20:34 +0300
committerEdward Thomson <ethomson@edwardthomson.com>2015-06-30 00:23:09 +0300
commit2cf33fee89f3a7a3b1097e30d0468239048689ab (patch)
tree1ba2e9acd5cd58f40e405b60c593375819963431 /tests/index
parent149d5d8a504aaa44d90a9630fc5f70cd4a37bb91 (diff)
index test: include repository.h for decl
Diffstat (limited to 'tests/index')
-rw-r--r--tests/index/racy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/index/racy.c b/tests/index/racy.c
index fda1ed239..3b26aabf4 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;