diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2018-07-11 15:42:39 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-07-17 15:47:48 -0700 |
commit | e5c5ca27292d302b7ccf7e44c43d8b9474513867 (patch) | |
tree | 2f7db9f326875300931aada153fe23537fa733cd /commit-graph.h | |
parent | object-store: add missing include (diff) | |
download | tgif-e5c5ca27292d302b7ccf7e44c43d8b9474513867.tar.xz |
commit-graph: add missing forward declaration
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
-rw-r--r-- | commit-graph.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); /* |