1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-19 11:40:31 -04:00
ports/devel/libspice-server/files/patch-server_red-stream.cpp
Roman Bogorodskiy f2bd1c05c6 devel/libspice-server: update to 0.15.0
PR:		255142
Approved by:	maintainer timeout
2021-05-08 15:06:02 +04:00

10 lines
233 B
C++

--- server/red-stream.cpp.orig 2021-04-21 06:29:28 UTC
+++ server/red-stream.cpp
@@ -24,6 +24,7 @@
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/tcp.h>
+#include <netinet/in.h>
#else
#include <ws2tcpip.h>
#endif