summaryrefslogtreecommitdiff
path: root/devel/libspice-server/files/patch-server_red-stream.cpp
blob: 53a88d57b098c3e9622b5016eb15284a187622f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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