Solaris needs inclusion of signal.h for signal()

Currently the compilation fails in connect.c and merge-index.c

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Dennis Stosberg
2006-06-26 10:26:13 +02:00
committed by Junio C Hamano
parent 3acb27b6a4
commit e898081dfb
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
static char *server_capabilities = NULL;