From: Junio C Hamano Date: Sun, 16 Oct 2005 07:25:26 +0000 (-0700) Subject: Squelch compiler warnings from connect.c X-Git-Tag: v0.99.9~113 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2;p=git.git Squelch compiler warnings from connect.c Forgot to include necessary header file to get the function declaration. Signed-off-by: Junio C Hamano --- diff --git a/connect.c b/connect.c index f71eba8a..b171c5db 100644 --- a/connect.c +++ b/connect.c @@ -1,6 +1,7 @@ #include "cache.h" #include "pkt-line.h" #include "quote.h" +#include "refs.h" #include #include #include