diff options
author | Junio C Hamano <junkio@cox.net> | 2005-10-16 00:25:26 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-10-16 00:25:26 -0700 |
commit | 6abf5c0c6fb2ad9bb24444171d306262a8c8f4a2 (patch) | |
tree | c064afca1d200f57467144764aedbf3ce9992af6 | |
parent | Disable hooks during tests. (diff) | |
download | tgif-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>
-rw-r--r-- | connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |