[dss-commits] digitalSTROM Server branch, 0.6, updated. e138944e581093cbb567ff0e86a95bd73ceb13d3

git version control dss-commits at forum.digitalstrom.org
Tue Nov 17 16:00:30 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, 0.6 has been updated
       via  e138944e581093cbb567ff0e86a95bd73ceb13d3 (commit)
      from  2b59870b75053003a6424e8a7f9f04ce4ac184f3 (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 e138944e581093cbb567ff0e86a95bd73ceb13d3
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