aboutsummaryrefslogtreecommitdiff
path: root/connect.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-16 00:25:26 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-16 00:25:26 -0700
commit6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2 (patch)
treec064afca1d200f57467144764aedbf3ce9992af6 /connect.c
parentc09a69a83e3edcc634f17cdc7b4c71b91f3228ce (diff)
downloadgit-6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2.tar.gz
git-6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2.tar.xz
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 f71eba8af..b171c5dbc 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>