summaryrefslogtreecommitdiff
path: root/net-im/centericq/files/patch-msn-connection.cpp
blob: 47dff454cd72c3485934c4e79feb446856a8887a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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>