Fix a sparse "symbol not declared" warning
commit66a4bfac99c07b79d75c015aed8f5972f0a4a336
authorRamsay Jones <ramsay@ramsay1.demon.co.uk>
Mon, 12 Jan 2009 19:38:37 +0000 (12 19:38 +0000)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 28 Jan 2009 19:32:49 +0000 (28 11:32 -0800)
treebfe05675d4e8f6b59d50932add8790f1a06b10ee
parentc23841c833ab35d82b32553d0659e815859e6c01
Fix a sparse "symbol not declared" warning

In particular, the git__delta_apply() function has not been
declared prior to it's definition. In order to suppress the
warning, include the delta-apply.h header which provides the
public interface. This ensures that the declaration and
definition are consistent.

Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
src/delta-apply.c