Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-16 11:25:26 +0400
committerJunio C Hamano <junkio@cox.net>2005-10-16 11:25:26 +0400
commit6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2 (patch)
treec064afca1d200f57467144764aedbf3ce9992af6 /connect.c
parentc09a69a83e3edcc634f17cdc7b4c71b91f3228ce (diff)
Squelch compiler warnings from connect.c
Forgot to include necessary header file to get the function declaration. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'connect.c')
-rw-r--r--connect.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/connect.c b/connect.c
index f71eba8af8..b171c5dbc8 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 <sys/wait.h>
#include <sys/socket.h>
#include <netinet/in.h>