[dss-commits] r8917 - in dss/trunk: core unix

dss-commits at forum.digitalstrom.org dss-commits at forum.digitalstrom.org
Wed Nov 18 17:47:30 CET 2009


Author: jwinkelmann
Date: 2009-11-18 17:47:30 +0100 (Wed, 18 Nov 2009)
New Revision: 8917

Modified:
   dss/trunk/core/base.h
   dss/trunk/unix/serialcom.cpp
Log:
svn-repo: more fixes to get hudson going


Modified: dss/trunk/core/base.h
===================================================================
--- dss/trunk/core/base.h	2009-11-18 16:45:21 UTC (rev 8916)
+++ dss/trunk/core/base.h	2009-11-18 16:47:30 UTC (rev 8917)
@@ -25,6 +25,7 @@
 
 #include <string>
 #include <vector>
+#include <stdint.h>
 
 #ifndef WIN32
   #include <ext/hash_map>

Modified: dss/trunk/unix/serialcom.cpp
===================================================================
--- dss/trunk/unix/serialcom.cpp	2009-11-18 16:45:21 UTC (rev 8916)
+++ dss/trunk/unix/serialcom.cpp	2009-11-18 16:47:30 UTC (rev 8917)
@@ -27,6 +27,7 @@
 #include <sys/ioctl.h>
 #include <errno.h>
 #include <cstring>
+#include <cstdio>
 
 #include <stdexcept>
 



More information about the dss-commits mailing list