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]
/
config.h
diff --git
a/config.h
b/config.h
index bb2f506b27137e8d66ab4cd96439143dced94780..75ba1d45ffa2e0d8b5cca3fd18a9531f47744ea4 100644
(file)
--- a/
config.h
+++ b/
config.h
@@
-1,6
+1,11
@@
#ifndef CONFIG_H
#define CONFIG_H
+#include "hashmap.h"
+#include "string-list.h"
+
+struct object_id;
+
/* git_config_parse_key() returns these negated: */
#define CONFIG_INVALID_KEY 1
#define CONFIG_NO_SECTION_OR_NAME 2