From 6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 16 Oct 2005 00:25:26 -0700 Subject: [PATCH] Squelch compiler warnings from connect.c Forgot to include necessary header file to get the function declaration. Signed-off-by: Junio C Hamano --- connect.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.11.0