Silence a warning about an undeclared git_exec_path().

Pull in its declaration.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
This commit is contained in:
Johannes Sixt
2007-06-10 20:18:28 +02:00
parent 2a51de45cf
commit 16c1568546

View File

@@ -5,6 +5,7 @@
*/
#include "cache.h"
#include "builtin.h"
#include "exec_cmd.h"
#ifndef DEFAULT_GIT_TEMPLATE_DIR
#define DEFAULT_GIT_TEMPLATE_DIR "/usr/share/git-core/templates/"