openbsd-ports/net/farstream/patches/patch-transmitters_rawudp_fs-rawudp-transmitter_h
jasper 61a8ae3fa4 import farstream 0.1.2
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@
2012-04-05 16:02:30 +00:00

18 lines
563 B
Plaintext

$OpenBSD: patch-transmitters_rawudp_fs-rawudp-transmitter_h,v 1.1.1.1 2012/04/05 16:02:30 jasper Exp $
--- transmitters/rawudp/fs-rawudp-transmitter.h.orig Mon Dec 5 21:19:49 2011
+++ transmitters/rawudp/fs-rawudp-transmitter.h Wed Apr 4 22:49:08 2012
@@ -34,6 +34,13 @@
#ifdef G_OS_WIN32
# include <ws2tcpip.h>
#else /*G_OS_WIN32*/
+# include <sys/types.h>
+# include <netdb.h>
+# include <sys/socket.h>
+# include <netinet/in.h>
+# ifndef __OpenBSD__
+# include <netinet/ip.h>
+# endif /* !__OpenBSD__ */
# include <arpa/inet.h>
#endif /*G_OS_WIN32*/