[Pkg-telepathy-commits] [SCM] libjingle0.3 packaging branch, debian-lenny-patches, updated. 9ebee35c7f7cff456c26f6b0fa98f93f4e9d0afc
Simon McVittie
smcv at debian.org
Fri Dec 26 23:35:34 UTC 2008
The following commit has been merged in the debian-lenny-patches branch:
commit 9ebee35c7f7cff456c26f6b0fa98f93f4e9d0afc
Author: Simon McVittie <smcv at debian.org>
Date: Fri Dec 26 22:40:56 2008 +0000
Patch from Martin Michlmayr to fix failure to build from source on a g++ 4.4 prerelease
Debian #505699.
diff --git a/talk/base/logging.cc b/talk/base/logging.cc
index c8c025c..8ba84a0 100644
--- a/talk/base/logging.cc
+++ b/talk/base/logging.cc
@@ -33,6 +33,7 @@
#include <iostream>
#include <iomanip>
+#include <cstdio>
#include <cstring>
#include "talk/base/logging.h"
diff --git a/talk/base/stream.cc b/talk/base/stream.cc
index 8ce6ad7..284cbb8 100644
--- a/talk/base/stream.cc
+++ b/talk/base/stream.cc
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <cstdio>
#include <errno.h>
#include <string.h>
#include <string>
diff --git a/talk/xmpp/xmpplogintask.cc b/talk/xmpp/xmpplogintask.cc
index 825f6fe..efc6dfc 100644
--- a/talk/xmpp/xmpplogintask.cc
+++ b/talk/xmpp/xmpplogintask.cc
@@ -33,6 +33,7 @@
#endif
#endif
+#include <cstdio>
#include <iostream>
#include <string>
#include <vector>
--
libjingle0.3 packaging
More information about the Pkg-telepathy-commits
mailing list