aboutsummaryrefslogtreecommitdiffstats
path: root/kde2/kpsion
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2007-07-06 12:15:12 +0000
committerReuben Thomas <rrt@sc3d.org>2007-07-06 12:15:12 +0000
commit9130447b43b719bafbd91e342c707bba7844e81a (patch)
tree09dcbaf7ec602ea5f111ccb11c0fdbb8e9cb3600 /kde2/kpsion
parenta520f2ff6e69761602d8f1b1c2e5854bd7f25aa6 (diff)
downloadplptools-9130447b43b719bafbd91e342c707bba7844e81a.tar.gz
plptools-9130447b43b719bafbd91e342c707bba7844e81a.tar.bz2
plptools-9130447b43b719bafbd91e342c707bba7844e81a.zip
Fix compilation with GCC 4.3; thanks to Martin Michlmayr
Diffstat (limited to 'kde2/kpsion')
-rw-r--r--kde2/kpsion/wizards.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde2/kpsion/wizards.cpp b/kde2/kpsion/wizards.cpp
index 38145ca..ea9bf46 100644
--- a/kde2/kpsion/wizards.cpp
+++ b/kde2/kpsion/wizards.cpp
@@ -24,6 +24,7 @@
#include <config.h>
#endif
+#include <cstdlib>
#include <errno.h>
#include <sys/types.h>
#include <unistd.h>