summaryrefslogtreecommitdiff
path: root/net/centericq/files/patch-msn-connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/centericq/files/patch-msn-connection.cpp')
-rw-r--r--net/centericq/files/patch-msn-connection.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/centericq/files/patch-msn-connection.cpp b/net/centericq/files/patch-msn-connection.cpp
new file mode 100644
index 000000000000..47dff454cd72
--- /dev/null
+++ b/net/centericq/files/patch-msn-connection.cpp
@@ -0,0 +1,12 @@
+--- libmsn-0.1/msn/connection.cpp.orig Tue Jun 29 07:17:07 2004
++++ libmsn-0.1/msn/connection.cpp Thu Jul 1 17:04:36 2004
+@@ -27,8 +27,8 @@
+ #include <msn/externals.h>
+
+ #ifndef WIN32
+-#include <sys/socket.h>
+ #include <unistd.h>
++#include <sys/socket.h>
+ #else
+ #include <winsock.h>
+ #include <io.h>