summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3acb27b)
raw | patch | inline | side by side (parent: 3acb27b)
author | Dennis Stosberg <dennis@stosberg.net> | |
Mon, 26 Jun 2006 08:26:13 +0000 (10:26 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 26 Jun 2006 09:11:44 +0000 (02:11 -0700) |
Currently the compilation fails in connect.c and merge-index.c
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
connect.c | patch | blob | history | |
merge-index.c | patch | blob | history |
diff --git a/connect.c b/connect.c
index db7342e4d26baa50dd944ebf06fb8b66fea59aaa..66e78a29054a121c92beca3d997105f0137c170d 100644 (file)
--- a/connect.c
+++ b/connect.c
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
+#include <signal.h>
static char *server_capabilities = NULL;
diff --git a/merge-index.c b/merge-index.c
index 190e12fb7ceeb012a063f8c97b574e9650d95cc1..0498a6f45e53947e356c6a390869d3f8194f05b7 100644 (file)
--- a/merge-index.c
+++ b/merge-index.c
#include <sys/types.h>
#include <sys/wait.h>
+#include <signal.h>
#include "cache.h"