File r729650.diff of Package koffice
------------------------------------------------------------------------
r729650 | mueller | 2007-10-26 16:20:47 +0200 (Fri, 26 Oct 2007) | 2 lines
add include for strlen
------------------------------------------------------------------------
--- filters/kword/wordperfect/import/TableStyle.cxx
+++ filters/kword/wordperfect/import/TableStyle.cxx
@@ -36,6 +36,8 @@
#include <minmax.h>
#endif
+#include <cstring>
+
TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) :
Style(psName),
mPropList(xPropList)