From 84f80ad5e11d29b61570269a25cf447f34c5aeba Mon Sep 17 00:00:00 2001 From: Jonathan Tan Date: Fri, 18 Aug 2017 15:20:22 -0700 Subject: pack: move use_pack() The function open_packed_git() needs to be temporarily made global. Its scope will be restored to static in a subsequent commit. Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- streaming.c | 1 + 1 file changed, 1 insertion(+) (limited to 'streaming.c') diff --git a/streaming.c b/streaming.c index 9afa66b8be..6f1c60f12b 100644 --- a/streaming.c +++ b/streaming.c @@ -3,6 +3,7 @@ */ #include "cache.h" #include "streaming.h" +#include "packfile.h" enum input_source { stream_error = -1, -- cgit v1.2.3