[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kjs
From:       Adriaan de Groot <groot () kde ! org>
Date:       2007-12-12 20:24:03
Message-ID: 1197491043.621171.17800.nullmailer () svn ! kde ! org
[Download RAW message or body]

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 <cstring>
 #include <time.h>
 
+#if PLATFORM(SOLARIS_OS)
+#include <strings.h>
+#endif
+
 #include "error_object.h"
 #include "operations.h"
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic