mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 06:19:19 -04:00
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
11 lines
271 B
C
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>
|