Squelch compiler warnings from connect.c
authorJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 07:25:26 +0000 (00:25 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 16 Oct 2005 07:25:26 +0000 (00:25 -0700)
Forgot to include necessary header file to get the function declaration.

Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c

index f71eba8..b171c5d 100644 (file)
--- a/connect.c
+++ b/connect.c
@@ -1,6 +1,7 @@
 #include "cache.h"
 #include "pkt-line.h"
 #include "quote.h"
+#include "refs.h"
 #include <sys/wait.h>
 #include <sys/socket.h>
 #include <netinet/in.h>