mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
- Add options - Pet portlint - Pass maintainership to submitter PR: 227287 Submitted by: alfix86@gmail.com
14 lines
297 B
C
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"
|
|
|