index test: include repository.h for decl

This commit is contained in:
Edward Thomson 2015-06-29 15:20:34 -05:00
parent 149d5d8a50
commit 2cf33fee89

View File

@ -3,6 +3,7 @@
#include "buffer.h"
#include "index.h"
#include "repository.h"
static git_repository *g_repo;