*** empty log message ***
[h316.git] / pc-tools / ldc2 / src / main.cpp
index d2270b68aaffdeeb5d8169b1582a714afb13d31d..352b47637a7b1bb6b1d6bbc71ee610a9fec35642 100644 (file)
@@ -2,11 +2,14 @@
  * 
  * LDC2 source code
  *
- * $Date: 2007/05/30 02:51:16 $
+ * $Date: 2008/08/25 21:02:24 $
  * $Author: hachti $
  *
  * $Log: main.cpp,v $
- * Revision 2.3  2007/05/30 02:51:16  hachti
+ * Revision 2.4  2008/08/25 21:02:24  hachti
+ * *** empty log message ***
+ *
+ * Revision 2.3  2007-05-30 02:51:16  hachti
  * Changed everything towards LDC2 use.
  * Worked on the buildlib.sh.
  * Centralized  buildlib.sh to a new lib/common directory.
@@ -26,6 +29,8 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>
+#include <unistd.h>
+#include <stdlib.h>
 
 #include <vector>
 #include <string>