Bug description: Warning message when make'ing ccache: gcc -DHAVE_CONFIG_H -DSYSCONFDIR=/opt/ccache/etc -I. -I. -g -O2 -Wall -W -c -o ccache.o ccache.c ccache.c: In function 'color_output_possible': ccache.c:1803: warning: implicit declaration of function 'strcasecmp' Steps to reproduce: # ./configure --prefix=/opt/ccache ... # make Reason: Missing '#include "strings.h"' directive in ccache.c file.
Thanks. Already fixed in https://git.samba.org/?p=ccache.git;a=commit;h=f32a14a1e8cc8bf73a2d08f769bd8df303d591cf.
Included in v3.2.4.