ports/devel/libspice-server/files/patch-server-sound.c
Roman Bogorodskiy 04759e9953 The Simple Protocol for Independent Computing Environments (SPICE) is
a remote display system built for virtual environments which allows
you to view a computing 'desktop' environment not only on the machine
where it is running, but from anywhere on the Internet and from a wide
variety of machine architectures.

This package contains the run-time libraries for any application that
wishes to be a SPICE server

WWW: http://spice-space.org/

PR:		225088
Submitted by:	olevole@olevole.ru
2018-01-12 16:43:42 +00:00

11 lines
271 B
C

--- 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>