From 0abe14f6a5b7681b4ea02d1bd0a64332587ae053 Mon Sep 17 00:00:00 2001 From: Jonathan Tan Date: Fri, 18 Aug 2017 15:20:26 -0700 Subject: pack: move {,re}prepare_packed_git and approximate_object_count Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- server-info.c | 1 + 1 file changed, 1 insertion(+) (limited to 'server-info.c') diff --git a/server-info.c b/server-info.c index 5ec5b1d82..26a6c20b7 100644 --- a/server-info.c +++ b/server-info.c @@ -3,6 +3,7 @@ #include "object.h" #include "commit.h" #include "tag.h" +#include "packfile.h" /* * Create the file "path" by writing to a temporary file and renaming -- cgit v1.2.1