summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c09a69a)
raw | patch | inline | side by side (parent: c09a69a)
author | Junio C Hamano <junkio@cox.net> | |
Sun, 16 Oct 2005 07:25:26 +0000 (00:25 -0700) | ||
committer | Junio 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>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c | patch | blob | history |
diff --git a/connect.c b/connect.c
index f71eba8af8b994fee8a928fc0a18ce08a9fd3506..b171c5dbc8c9ecc32f6738d17c339858cbbf76f1 100644 (file)
--- a/connect.c
+++ b/connect.c
#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>