Paul Eggert wrote: > I fixed it as part of installing the attached patches. Come to think of it, grep shouldn't call strcasecmp here. It should call c_strcasecmp instead because the matching should be locale-independent. So I installed the attached further patch and there is no longer a need to include strings.h even on non-GNU platforms.