Commit a1c08536a5b2a2a053d28bc45e603dde3a1cddd3

Alan Coopersmith 2012-04-26T13:49:00

Include strings.h in XKBcommonint.h for strcasecmp etc POSIX specifies that these functions require <strings.h>, but we were only including <string.h>. It did work, but still. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>