freebsd-ports/audio/pulseaudio/files/patch-src_modules_raop_raop-client.c
Jan Beich 306fb1c9b7 audio/pulseaudio: update to 11.0
- Drop --disable-xen following upstream change in 10.0

Changes:	https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/11.0/
ABI:		https://abi-laboratory.pro/tracker/timeline/pulseaudio/
PR:		222093
Submitted by:	lightside <lightside@gmx.com>
MFH:		2017Q3
2017-09-06 17:46:55 +00:00

13 lines
296 B
C

--- src/modules/raop/raop-client.c.orig 2017-07-24 23:14:10 UTC
+++ src/modules/raop/raop-client.c
@@ -35,6 +35,10 @@
#include <sys/filio.h>
#endif
+#ifdef HAVE_NETINET_IN_H
+#include <netinet/in.h>
+#endif
+
#include <pulse/xmalloc.h>
#include <pulse/timeval.h>
#include <pulse/sample.h>