From kde-bugs-dist Tue Jul 31 23:12:15 2007 From: Pino Toscano Date: Tue, 31 Jul 2007 23:12:15 +0000 To: kde-bugs-dist Subject: [Bug 147352] Compile error on Solaris 8 - kdeutils/kgpg/kgpg.cpp uses Message-Id: <20070731231215.32163.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=118592354822524 ------- 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=147352 toscano.pino tiscali it changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From toscano.pino tiscali it 2007-08-01 01:12 ------- SVN commit 694873 by pino: #include kdefakes.h so we are sure to have the definition of setenv() BUGS: 147350, 147352 M +1 -0 kgpg.cpp M +1 -0 kgpgoptions.cpp --- trunk/KDE/kdeutils/kgpg/kgpg.cpp #694872:694873 @ -71,6 +71,7 @ #include #include #include +#include #include "selectsecretkey.h" #include "kgpgeditor.h" --- trunk/KDE/kdeutils/kgpg/kgpgoptions.cpp #694872:694873 @ -40,6 +40,7 @ #include #include #include +#include #include "kgpgsettings.h"