aboutsummaryrefslogtreecommitdiffstats
path: root/server-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'server-info.c')
-rw-r--r--server-info.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/server-info.c b/server-info.c
index 0ec6c0c165..355b6e01a5 100644
--- a/server-info.c
+++ b/server-info.c
@@ -1,5 +1,8 @@
#include "cache.h"
+#include "alloc.h"
#include "dir.h"
+#include "environment.h"
+#include "hex.h"
#include "repository.h"
#include "refs.h"
#include "object.h"
@@ -8,6 +11,7 @@
#include "packfile.h"
#include "object-store.h"
#include "strbuf.h"
+#include "wrapper.h"
struct update_info_ctx {
FILE *cur_fp;