Skip to content

Commit

Permalink
Squelch compiler warnings from connect.c
Browse files Browse the repository at this point in the history
Forgot to include necessary header file to get the function declaration.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Oct 16, 2005
1 parent c09a69a commit 6abf5c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connect.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 6abf5c0

Please sign in to comment.