summaryrefslogtreecommitdiff
path: root/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch
blob: 8c3ac7452aaec20ffb2dfcf8a7dc126c04243076 (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
diff -ur amarok-0.0.2.orig/Sockets.cpp amarok-0.0.2/Sockets.cpp
--- amarok-0.0.2.orig/Sockets.cpp	2006-05-15 14:03:23.000000000 +0300
+++ amarok-0.0.2/Sockets.cpp	2009-07-30 14:02:49.000000000 +0300
@@ -15,6 +15,7 @@
 
 #include "Sockets.h"
 
+#include <cstring>
 #include <sstream>
 
 #ifndef WIN32
diff -ur amarok-0.0.2.orig/vdramgw/Sockets.cpp amarok-0.0.2/vdramgw/Sockets.cpp
--- amarok-0.0.2.orig/vdramgw/Sockets.cpp	2006-05-15 12:52:44.000000000 +0300
+++ amarok-0.0.2/vdramgw/Sockets.cpp	2009-07-30 14:02:57.000000000 +0300
@@ -15,6 +15,7 @@
 
 #include "Sockets.h"
 
+#include <cstring>
 #include <sstream>
 
 #ifndef WIN32
diff -ur amarok-0.0.2.orig/vdramgw/vdramgw.cpp amarok-0.0.2/vdramgw/vdramgw.cpp
--- amarok-0.0.2.orig/vdramgw/vdramgw.cpp	2006-12-14 01:25:52.000000000 +0200
+++ amarok-0.0.2/vdramgw/vdramgw.cpp	2009-07-30 14:02:40.000000000 +0300
@@ -23,7 +23,7 @@
 #include <config.h>
 #endif
 
-
+#include <cstring>
 #include <unistd.h>
 #include <getopt.h>
 #include <iostream>