[dss-commits] digitalSTROM Server branch, master, updated. 61f13e4c496ea974793d6a183fe324fbdf371693

git version control dss-commits at forum.digitalstrom.org
Tue Nov 17 16:01:37 CET 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "digitalSTROM Server".

The branch, master has been updated
       via  61f13e4c496ea974793d6a183fe324fbdf371693 (commit)
      from  4d893749b1503dc6e2a8b944901287d3c76f0887 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 61f13e4c496ea974793d6a183fe324fbdf371693
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Tue Nov 17 16:00:17 2009 +0100

    compilation fixes for gcc 4.4

-----------------------------------------------------------------------

Changes:
diff --git a/core/base.h b/core/base.h
index ed411ef..737ddf6 100644
--- a/core/base.h
+++ b/core/base.h
@@ -25,6 +25,7 @@
 
 #include <string>
 #include <vector>
+#include <stdint.h>
 
 #ifndef WIN32
   #include <ext/hash_map>
diff --git a/unix/serialcom.cpp b/unix/serialcom.cpp
index 232dca4..4774fd7 100644
--- a/unix/serialcom.cpp
+++ b/unix/serialcom.cpp
@@ -27,6 +27,7 @@
 #include <sys/ioctl.h>
 #include <errno.h>
 #include <cstring>
+#include <cstdio>
 
 #include <stdexcept>
 


hooks/post-receive
-- 
digitalSTROM Server


More information about the dss-commits mailing list