- 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
13 lines
296 B
C
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>
|