From kde-core-devel Thu Dec 14 12:57:05 2000 From: Thomas Date: Thu, 14 Dec 2000 12:57:05 +0000 To: kde-core-devel Subject: md5 does not compile X-MARC-Message: https://marc.info/?l=kde-core-devel&m=97679867031303 I had to do this patch to get md5.cc to compile. Am I the only one? smtp$cvs diff md5.cc Index: md5.cc =================================================================== RCS file: /home/kde/kdebase/kioslave/smtp/md5.cc,v retrieving revision 1.1 diff -u -3 -p -r1.1 md5.cc --- md5.cc 2000/12/14 05:59:23 1.1 +++ md5.cc 2000/12/14 12:52:31 @@ -49,6 +49,7 @@ documentation and/or software. #include #include +#include #include The error: md5.cc:223: `strlen' undeclared (first use this function) md5.cc:223: (Each undeclared identifier is reported only once md5.cc:223: for each function it appears in.) -- Thomas Zander zander@earthling.net The only thing worse than failure is the fear of trying something new