ports/audio/ario/files/patch-src_ario-avahi.c
Wen Heping 7a6261739a - Update to 1.6
- Add options
- Pet portlint
- Pass maintainership to submitter

PR:		227287
Submitted by:	alfix86@gmail.com
2018-06-05 12:13:18 +00:00

14 lines
297 B
C

--- src/ario-avahi.c.orig 2018-04-04 12:36:02 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"