Include strings.h in XKBcommonint.h for strcasecmp etc
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Thu, 26 Apr 2012 11:49:00 +0000 (13:49 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Thu, 26 Apr 2012 11:49:00 +0000 (13:49 +0200)
commita1c08536a5b2a2a053d28bc45e603dde3a1cddd3
treecfe4384913efd8cdbbd81c778c0061870265d50d
parent4b49e0a117efe652c97afdd585ab899e0a6b9189
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>
src/XKBcommonint.h