Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add missing includes and forward declarations
[gitweb.git]
/
repository.h
diff --git
a/repository.h
b/repository.h
index b9413be50cfd0c9d17865220c3db5eb16024187e..13c87996789f68a4371d1b0a55c6d6ff52a73251 100644
(file)
--- a/
repository.h
+++ b/
repository.h
@@
-1,6
+1,8
@@
#ifndef REPOSITORY_H
#define REPOSITORY_H
+#include "path.h"
+
struct config_set;
struct git_hash_algo;
struct index_state;