~ubuntu-branches/ubuntu/vivid/gloox/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/10-fix-gcc4.3.patch

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2014-03-16 17:34:43 UTC
  • mfrom: (12.1.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: package-import@ubuntu.com-20140316173443-4s177dovzaz5dm8o
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 class ZlibTest : public CompressionDataHandler
40
40
--- a/src/tlsgnutlsbase.cpp
41
41
+++ b/src/tlsgnutlsbase.cpp
42
 
@@ -20,6 +20,9 @@
43
 
 #include <stdlib.h>
 
42
@@ -21,6 +21,9 @@
44
43
 #include <string.h>
 
44
 #include <cstdio>
45
45
 
46
46
+#include <cstdlib>
47
47
+#include <cstring>