From a1df57abb90d456b6b600b8cf6a5232a39cd3f5e Mon Sep 17 00:00:00 2001 From: Thomas Glanzmann Date: Sat, 7 May 2005 10:41:41 +0200 Subject: [PATCH] Add #include so that git compiles under Solaris Editorial Note. We may want to include standard headers in one of those headers everybody includes, e.g. cache.h, to reduce clutters, but this commit is as Thomas posted to the GIT list. Date: Sat, 7 May 2005 10:41:41 +0200 Signed-off-by: Thomas Glanzmann Signed-off-by: Junio C Hamano --- diff.c | 1 + 1 file changed, 1 insertion(+) (limited to 'diff.c') diff --git a/diff.c b/diff.c index 95488cdd9f..748ab4a2fb 100644 --- a/diff.c +++ b/diff.c @@ -4,6 +4,7 @@ #include #include #include +#include #include "cache.h" #include "diff.h" -- cgit v1.2.3