mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
16 lines
479 B
Plaintext
16 lines
479 B
Plaintext
$NetBSD: patch-ai,v 1.1.1.1 2009/08/17 21:13:04 wiz Exp $
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=23377
|
|
|
|
--- transmitters/multicast/fs-multicast-transmitter.c.orig 2009-08-03 20:20:07.000000000 +0000
|
|
+++ transmitters/multicast/fs-multicast-transmitter.c
|
|
@@ -53,6 +53,8 @@
|
|
#else /*G_OS_WIN32*/
|
|
# include <netdb.h>
|
|
# include <sys/socket.h>
|
|
+# include <netinet/in.h>
|
|
+# include <netinet/in_systm.h>
|
|
# include <netinet/ip.h>
|
|
# include <arpa/inet.h>
|
|
#endif /*G_OS_WIN32*/
|