From: Jonathan Tan Date: Wed, 11 Jul 2018 22:42:39 +0000 (-0700) Subject: commit-graph: add missing forward declaration X-Git-Tag: v2.19.0-rc0~89^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e5c5ca27292d302b7ccf7e44c43d8b9474513867;p=thirdparty%2Fgit.git commit-graph: add missing forward declaration Signed-off-by: Jonathan Tan Signed-off-by: Junio C Hamano --- diff --git a/commit-graph.h b/commit-graph.h index 506cb45fb1..674052bef4 100644 --- a/commit-graph.h +++ b/commit-graph.h @@ -5,6 +5,8 @@ #include "repository.h" #include "string-list.h" +struct commit; + char *get_commit_graph_filename(const char *obj_dir); /*