From: Alan Coopersmith Date: Thu, 26 Apr 2012 11:49:00 +0000 (+0200) Subject: Include strings.h in XKBcommonint.h for strcasecmp etc X-Git-Tag: xkbcommon-0.2.0~632 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a1c08536a5b2a2a053d28bc45e603dde3a1cddd3;p=platform%2Fupstream%2Flibxkbcommon.git Include strings.h in XKBcommonint.h for strcasecmp etc POSIX specifies that these functions require , but we were only including . It did work, but still. Signed-off-by: Alan Coopersmith Reviewed-by: Daniel Stone --- diff --git a/src/XKBcommonint.h b/src/XKBcommonint.h index 92220b6..047f29a 100644 --- a/src/XKBcommonint.h +++ b/src/XKBcommonint.h @@ -81,6 +81,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include +#include #include #include "xkbcommon/xkbcommon.h"