summaryrefslogtreecommitdiff
path: root/net/hupnp/files/patch-hmulticast_socket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/hupnp/files/patch-hmulticast_socket.cpp')
-rw-r--r--net/hupnp/files/patch-hmulticast_socket.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/net/hupnp/files/patch-hmulticast_socket.cpp b/net/hupnp/files/patch-hmulticast_socket.cpp
deleted file mode 100644
index c6e292a57bb7..000000000000
--- a/net/hupnp/files/patch-hmulticast_socket.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
---- hupnp/src/socket/hmulticast_socket.cpp.orig 2011-03-27 20:42:32 UTC
-+++ hupnp/src/socket/hmulticast_socket.cpp
-@@ -26,7 +26,10 @@
- #include <winsock2.h>
- #include <ws2tcpip.h>
- #else
-+#include <sys/types.h>
- #include <arpa/inet.h>
-+#include <netinet/in.h>
-+#include <sys/socket.h>
- #endif
-
- #include <QtNetwork/QNetworkProxy>