Added some includes
[h316.git] / pc-tools / ldc2 / src / config.cpp
index 0bc613a95199b6ddf29958cd0488a738e4bc9fc2..b5d3cdec94c4b9f772401678356ff2586bdf2b91 100644 (file)
@@ -2,11 +2,14 @@
  * 
  * LDC2 source code
  *
- * $Date: 2008/08/25 21:02:24 $
+ * $Date: 2008/10/01 13:30:14 $
  * $Author: hachti $
  *
  * $Log: config.cpp,v $
- * Revision 2.2  2008/08/25 21:02:24  hachti
+ * Revision 2.3  2008/10/01 13:30:14  hachti
+ * Added some includes
+ *
+ * Revision 2.2  2008-08-25 21:02:24  hachti
  * *** empty log message ***
  *
  * Revision 2.1  2007-12-23 15:25:11  hachti
@@ -31,6 +34,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <stdlib.h>
 
 #include "configuration_manager.hh"
 #include "tool.hh"