SVN commit 747718 by adridg: str*casecmp is in strings.h on Solaris, not in cstring; this is one of those standards divergence issues. M +4 -0 date_object.cpp --- trunk/KDE/kdelibs/kjs/date_object.cpp #747717:747718 @@ -50,6 +50,10 @@ #include #include +#if PLATFORM(SOLARIS_OS) +#include +#endif + #include "error_object.h" #include "operations.h"