[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 b53775d43f003f97cc1bf857fc4a783412fdbbe3
Author: Simon McVittie <smcv at debian.org>
Date: Fri Dec 26 22:38:37 2008 +0000
02_more_gcc_4.3.patch: more #includes to fix g++ 4.3 compilation (Debian #474868)
diff --git a/talk/base/protocolinfo.cc b/talk/base/protocolinfo.cc
index ce87c71..f64643c 100644
--- a/talk/base/protocolinfo.cc
+++ b/talk/base/protocolinfo.cc
@@ -29,6 +29,9 @@
#include "talk/base/protocolinfo.h"
+#include <cstring>
+using std::strcmp;
+
namespace cricket {
static const char * const PROTO_NAMES[PROTO_LAST+1] = { "udp", "tcp", "ssltcp" };
--
libjingle0.3 packaging
More information about the Pkg-telepathy-commits
mailing list