From kde-bugs-dist Tue Jul 31 23:00:57 2007 From: Pino Toscano Date: Tue, 31 Jul 2007 23:00:57 +0000 To: kde-bugs-dist Subject: [Bug 147355] Compile error on Solaris 8 - kdeutils/kdf/disklist.cpp Message-Id: <20070731230057.26653.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=118592286819330 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=147355 toscano.pino tiscali it changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From toscano.pino tiscali it 2007-08-01 01:00 ------- SVN commit 694870 by pino: #include kdefakes.h so we are sure to have the definition of setenv() BUG: 147355 M +1 -0 disklist.cpp --- trunk/KDE/kdeutils/kdf/disklist.cpp #694869:694870 @ -28,6 +28,7 @ #include "disklist.h" #include #include +#include #define BLANK ' ' #define DELIMITER '#'