Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/audio/ario/files/patch-src_ario-avahi.c
16461 views
1
--- src/ario-avahi.c.orig 2018-04-04 12:36:02 UTC
2
+++ src/ario-avahi.c
3
@@ -34,6 +34,11 @@
4
#include <avahi-common/simple-watch.h>
5
#include "ario-debug.h"
6
7
+#ifdef __FreeBSD__
8
+#include <sys/socket.h>
9
+#include <netinet/in.h>
10
+#endif
11
+
12
#define SERVICE_TYPE "_mpd._tcp"
13
#define DOMAIN "local"
14
15
16