Commit 77e4a0d2c9358eced24027df259a0ee1d090f05c

Eric Blake 2011-07-11T07:32:39

regex: avoid compiler warning Although glibc leaks strcasecmp through <string.h>, this behavior is not required by POSIX, and HP NonStop needs <strings.h> * lib/regex.c (includes): Include <strings.h>, for use of strcasecmp in regcomp.c. Reported by Jachim Schmitz. Signed-off-by: Eric Blake <eblake@redhat.com>