Include strings.h for strcasecmp
authorJeremy Huddleston <jeremyhu@apple.com>
Fri, 11 Nov 2011 19:34:38 +0000 (11:34 -0800)
committerJeremy Huddleston <jeremyhu@apple.com>
Fri, 11 Nov 2011 19:34:38 +0000 (11:34 -0800)
commit5161ba39a3c13caa5cab953a17f509a6a5b09e7b
tree6d7feff548389f53bb49044de33e2738ec3f2d5f
parente68059e9ecc4225360a522138aedcedad7fe117f
Include strings.h for strcasecmp

Our minimum requirement for X11 is currently Unix98.  Unix98 provides
strcasecmp in <strings.h>.  This commit fixes implicit declarations
of this function on systems that closely adhere to the standard.

Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
xrandr.c