From 440984b2d6825402e3fdd823de2def16ea7d56cf Mon Sep 17 00:00:00 2001 From: Ramsay Jones Date: Wed, 19 Sep 2018 01:10:34 +0100 Subject: [PATCH] refs/ref-cache.h: add missing declarations (hdr-check) Signed-off-by: Ramsay Jones Signed-off-by: Junio C Hamano --- refs/ref-cache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/refs/ref-cache.h b/refs/ref-cache.h index eda65e73ed..3bfb89d2b3 100644 --- a/refs/ref-cache.h +++ b/refs/ref-cache.h @@ -1,7 +1,10 @@ #ifndef REFS_REF_CACHE_H #define REFS_REF_CACHE_H +#include "cache.h" + struct ref_dir; +struct ref_store; /* * If this ref_cache is filled lazily, this function is used to load