Fixed dependencies in Makefile
[h316.git] / pc-tools / ldc2 / src / configuration_manager.cpp
index 98a377822a76a3116cf9cef65675bf3254ecfc38..dea8710bd3d7d5e67efebcd9df3e7b2d8a102ba4 100644 (file)
@@ -2,11 +2,17 @@
  * 
  * LDC2 source code
  *
- * $Date: 2007/06/15 12:46:04 $
+ * $Date: 2008/10/01 13:30:14 $
  * $Author: hachti $
  *
  * $Log: configuration_manager.cpp,v $
- * Revision 2.2  2007/06/15 12:46:04  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
  * Some small changes in configuration_manager output - added (c/f) info.
  * Changed order in tool.hh:add_unique....
  *
  
 #include "configuration_manager.hh"
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
+#include <string.h>
 
 #define MAX_LINE_LENGTH 80