61a8ae3fa4
The Farstream (formerly Farsight) project is an effort to create a framework to deal with all known audio/video conferencing protocols. On one side it offers a generic API that makes it possible to write plugins for different streaming protocols, on the other side it offers an API for clients to use those plugins. (farsight2 is dead, long live farstream!) ok aja@
16 lines
539 B
Plaintext
16 lines
539 B
Plaintext
$OpenBSD: patch-transmitters_multicast_fs-multicast-transmitter_c,v 1.1.1.1 2012/04/05 16:02:30 jasper Exp $
|
|
--- transmitters/multicast/fs-multicast-transmitter.c.orig Wed Apr 4 22:48:14 2012
|
|
+++ transmitters/multicast/fs-multicast-transmitter.c Wed Apr 4 22:48:35 2012
|
|
@@ -53,7 +53,10 @@
|
|
#else /*G_OS_WIN32*/
|
|
# include <netdb.h>
|
|
# include <sys/socket.h>
|
|
-# include <netinet/ip.h>
|
|
+# include <netinet/in.h>
|
|
+# ifndef __OpenBSD__
|
|
+# include <netinet/ip.h>
|
|
+# endif /* !__OpenBSD__ */
|
|
# include <arpa/inet.h>
|
|
#endif /*G_OS_WIN32*/
|
|
|