From a1c08536a5b2a2a053d28bc45e603dde3a1cddd3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 26 Apr 2012 13:49:00 +0200 Subject: [PATCH] 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 --- src/XKBcommonint.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.7.4