Added some includes
[h316.git] / pc-tools / ldc2 / src / configuration_manager.cpp
index f21de674ca791c2e7f03b97f85a82d05b2a85e78..dea8710bd3d7d5e67efebcd9df3e7b2d8a102ba4 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: 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
@@ -24,6 +27,7 @@
  
 #include "configuration_manager.hh"
 #include <stdio.h>
+#include <string.h>
 #include <stdlib.h>
 #include <fcntl.h>
 #include <string.h>