mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 01:56:37 -04:00
Changes: https://retroshareteam.wordpress.com/2016/02/07/release-notes-for-final-0-6-0/ - distsite moved to github PR: 207550 Submitted by: w.schwarzenfeld@aon.at, Yuri Victorovich <yuri@rawbw.com>, peter@netkey.at (maintainer) Reviewed by: feld
11 lines
265 B
C++
11 lines
265 B
C++
--- 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
|
|
|