summaryrefslogtreecommitdiff
path: root/net-p2p/retroshare/files/patch-retroshare-gui_src_util_RsNetUtil.cpp
blob: 0d6920be0660ee57b4bba7fe30eb9e89e5404442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- retroshare-gui/src/util/RsNetUtil.cpp.orig	2016-02-05 19:04:46 UTC
+++ retroshare-gui/src/util/RsNetUtil.cpp
@@ -29,6 +29,8 @@
 #ifdef WINDOWS_SYS
 #include <ws2tcpip.h>
 #else
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <netinet/in.h>
 #endif