Include <kdefakes.h> so that setenv is defined where it

is not available, e.g., on Solaris.

svn path=/trunk/KDE/kdebase/workspace/; revision=821047
This commit is contained in:
Steve Evans 2008-06-16 08:36:35 +00:00
parent 7e87bc0070
commit fc126dc537

View file

@ -37,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdio.h>
#include <fixx11h.h>
#include <kxerrorhandler.h>
#include <kdefakes.h>
#include <QtDBus/QtDBus>
#include <kdialog.h>