summaryrefslogtreecommitdiff
path: root/devel/libspice-server/files/patch-server-sound.c
blob: 5e1ea7ccb5472f0e0c38e751618bbfd48c18c557 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- server/sound.c.orig	2017-09-21 11:05:07 UTC
+++ server/sound.c
@@ -22,6 +22,8 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <limits.h>
+#include <sys/types.h>
+#include <netinet/in.h>
 #include <sys/socket.h>
 #include <netinet/ip.h>
 #include <netinet/tcp.h>