You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-sound/vdramgw/files/vdramgw-0.0.2-gcc43.patch

35 lines
997 B

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>