summaryrefslogtreecommitdiff
path: root/audio/ario/files/patch-src_ario-avahi.c
blob: d1619e199685253640037af62a8d26996928992d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- src/ario-avahi.c.orig	2011-02-27 15:07:31 UTC
+++ src/ario-avahi.c
@@ -34,6 +34,11 @@
 #include <avahi-common/simple-watch.h>
 #include "ario-debug.h"
 
+#ifdef __FreeBSD__
+#include <sys/socket.h>
+#include <netinet/in.h>
+#endif
+
 #define SERVICE_TYPE "_mpd._tcp"
 #define DOMAIN "local"