From 16c1568546fcb0ba04409d7b32326d66812e63c3 Mon Sep 17 00:00:00 2001 From: Johannes Sixt Date: Sun, 10 Jun 2007 20:18:28 +0200 Subject: [PATCH] Silence a warning about an undeclared git_exec_path(). Pull in its declaration. Signed-off-by: Johannes Sixt --- builtin-init-db.c | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin-init-db.c b/builtin-init-db.c index ecf3db954a..0268ad2905 100644 --- a/builtin-init-db.c +++ b/builtin-init-db.c @@ -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/"