strcasecmp() is unfortunately not universally available, along with strings.h. Fix the build by replacing strcasecmp() with g_ascii_strcasecmp(), and remove the strings.h include. https://bugzilla.gnome.org/show_bug.cgi?id=747604