Re: [PATCH] Solaris needs strings.h when using index().
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:23
"Peter Eriksen" [off-list ref] writes:
From: Peter Eriksen <redacted>
Date: Tue Apr 4 14:33:14 2006 +0200
Subject: [PATCH] Solaris needs strings.h when using index().
Signed-off-by: Peter Eriksen <redacted>
I think somebody else noticed this the other day but I'm
undecided if it is easier to replace use of index with strchr,
since we include <string.h> and use strchr() everywhere.