diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-27 11:36:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-27 11:36:42 -0700 |
commit | 793066e790d25a13abda67ebfad53453087bc31f (patch) | |
tree | ccdb019f9d2d7732d1f043d04be85290170e0db3 /vcs-svn | |
parent | Merge branch 'jk/maint-upload-pack-shallow' (diff) | |
parent | sparse: Fix some "symbol not declared" warnings (diff) | |
download | tgif-793066e790d25a13abda67ebfad53453087bc31f.tar.xz |
Merge branch 'rj/sparse'
* rj/sparse:
sparse: Fix some "symbol not declared" warnings
sparse: Fix errors due to missing target-specific variables
sparse: Fix an "symbol 'merge_file' not decared" warning
sparse: Fix an "symbol 'format_subject' not declared" warning
sparse: Fix some "Using plain integer as NULL pointer" warnings
sparse: Fix an "symbol 'cmd_index_pack' not declared" warning
Makefile: Use cgcc rather than sparse in the check target
Diffstat (limited to 'vcs-svn')
-rw-r--r-- | vcs-svn/svndump.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcs-svn/svndump.c b/vcs-svn/svndump.c index 572a995966..bc792223b2 100644 --- a/vcs-svn/svndump.c +++ b/vcs-svn/svndump.c @@ -13,6 +13,7 @@ #include "line_buffer.h" #include "string_pool.h" #include "strbuf.h" +#include "svndump.h" /* * Compare start of string to literal of equal length; |