提交 e898081d 编写于 作者: D Dennis Stosberg 提交者: Junio C Hamano

Solaris needs inclusion of signal.h for signal()

Currently the compilation fails in connect.c and merge-index.c
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 3acb27b6
......@@ -8,6 +8,7 @@
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <signal.h>
static char *server_capabilities = NULL;
......
#include <sys/types.h>
#include <sys/wait.h>
#include <signal.h>
#include "cache.h"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册