*
* 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
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
+#include <stdlib.h>
#include "configuration_manager.hh"
#include "tool.hh"
*
* LDC2 source code
*
- * $Date: 2008/08/25 21:02:24 $
+ * $Date: 2008/10/01 13:30:14 $
* $Author: hachti $
*
* $Log: configuration_manager.cpp,v $
- * Revision 2.3 2008/08/25 21:02:24 hachti
+ * Revision 2.4 2008/10/01 13:30:14 hachti
+ * Added some includes
+ *
+ * Revision 2.3 2008-08-25 21:02:24 hachti
* *** empty log message ***
*
* Revision 2.2 2007-06-15 12:46:04 hachti
#include "configuration_manager.hh"
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
*
* LDC2 source code
*
- * $Date: 2008/08/25 21:02:24 $
+ * $Date: 2008/10/01 13:30:14 $
* $Author: hachti $
*
* $Log: main.cpp,v $
- * Revision 2.4 2008/08/25 21:02:24 hachti
+ * Revision 2.5 2008/10/01 13:30:14 hachti
+ * Added some includes
+ *
+ * Revision 2.4 2008-08-25 21:02:24 hachti
* *** empty log message ***
*
* Revision 2.3 2007-05-30 02:51:16 hachti
#include <unistd.h>
#include <stdlib.h>
+#include <stdlib.h>
+
+
#include <vector>
#include <string>