From: Peter Eriksen <s022018@xxxxxxxxxxxxxx> Date: Tue Apr 4 14:33:14 2006 +0200 Subject: [PATCH] Solaris needs strings.h when using index(). Signed-off-by: Peter Eriksen <s022018@xxxxxxxxxxxxxx> --- blame.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 832067e6e16ae6c1ac3bd043ddeb56daa993e682 diff --git a/blame.c b/blame.c index 396defc..1a08434 100644 --- a/blame.c +++ b/blame.c @@ -6,6 +6,7 @@ #include <assert.h> #include <time.h> #include <sys/time.h> #include <math.h> +#include <strings.h> #include "cache.h" #include "refs.h" -- 1.3.0.rc1.gfc99-dirty - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html