summaryrefslogtreecommitdiff
path: root/testing/telepathy-qt/gcc47.patch
blob: ac6ae67fb35d0d762139f92a349003de2759e9cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp
--- telepathy-qt-0.9.1.orig/TelepathyQt/client-registrar.cpp	2012-04-01 17:44:00.013466055 +0000
+++ telepathy-qt-0.9.1/TelepathyQt/client-registrar.cpp	2012-04-01 17:51:00.233486476 +0000
@@ -39,6 +39,8 @@
 #include <TelepathyQt/MethodInvocationContext>
 #include <TelepathyQt/PendingComposite>
 #include <TelepathyQt/PendingReady>
+ 
+#include <stdint.h>
 
 namespace Tp
 {
diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp
--- telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-client.cpp	2012-04-01 17:44:00.006799442 +0000
+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-client.cpp	2012-04-01 17:51:00.233486476 +0000
@@ -38,6 +38,8 @@
 #include <QAbstractSocket>
 #include <QHash>
 
+#include <stdint.h>
+
 namespace Tp
 {
 
diff -Nur telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp
--- telepathy-qt-0.9.1.orig/TelepathyQt/stream-tube-server.cpp	2012-04-01 17:44:00.003466134 +0000
+++ telepathy-qt-0.9.1/TelepathyQt/stream-tube-server.cpp	2012-04-01 17:51:00.233486476 +0000
@@ -38,6 +38,8 @@
 #include <TelepathyQt/OutgoingStreamTubeChannel>
 #include <TelepathyQt/StreamTubeChannel>
 
+#include <stdint.h>
+
 namespace Tp
 {