--- IconLoader.cc~	2008-03-21 20:47:55.000000000 +0100
+++ IconLoader.cc	2008-03-21 20:48:46.000000000 +0100
@@ -7,6 +7,8 @@
 #include "IconLoader.h"
 #include "debug.h"
 
+#include <cstdlib>
+
 using namespace std;
 
 IconLoader::IconLoader(const char *cfgFile) : configFile(cfgFile){
--- SuperBar.cc~	2008-03-21 20:47:51.000000000 +0100
+++ SuperBar.cc	2008-03-21 20:48:06.000000000 +0100
@@ -1,6 +1,8 @@
 #include "SuperBar.h"
 #include "SuperIcon.h"
 
+#include <cstdlib>
+
 using namespace std;
 
 /* Super Constructor *//*{{{*/

