------- 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=145624 toscano.pino tiscali it changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From toscano.pino tiscali it 2007-08-01 00:42 ------- SVN commit 694860 by pino: #include kdefakes.h so we are sure to have the definition of setenv() BUGS: 145564, 145624, 145745, 145754, 147080 M +1 -0 apps/kdepasswd/passwd.cpp M +1 -0 runtime/kioslave/fish/fish.cpp M +1 -0 runtime/kurifilter-plugins/tests/kurifiltertest.cpp M +1 -0 workspace/kcminit/main.cpp M +1 -0 workspace/libs/workspace/kworkspace.cpp --- trunk/KDE/kdebase/apps/kdepasswd/passwd.cpp #694859:694860 @ -27,6 +27,7 @ #include #include +#include #include --- trunk/KDE/kdebase/runtime/kioslave/fish/fish.cpp #694859:694860 @ -81,6 +81,7 @ #include #include #include +#include #include "fish.h" #include "fishcode.h" --- trunk/KDE/kdebase/runtime/kurifilter-plugins/tests/kurifiltertest.cpp #694859:694860 @ -25,6 +25,7 @ #include #include #include +#include #include #include --- trunk/KDE/kdebase/workspace/kcminit/main.cpp #694859:694860 @ -43,6 +43,7 @ #endif #include +#include static int ready[ 2 ]; static bool startup = false; --- trunk/KDE/kdebase/workspace/libs/workspace/kworkspace.cpp #694859:694860 @ -30,6 +30,7 @ #include #include // getenv() #include +#include #ifdef Q_WS_X11 #include