4cec829c43
The 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. The main target clients for Farsight are Instant Messaging applications. These applications should be able to use Farsight for all their Audio/Video conferencing needs without having to worry about any of the lower level streaming and NAT traversal issues.
23 lines
793 B
Plaintext
23 lines
793 B
Plaintext
$OpenBSD: patch-farsight_helpers_farsight-interfaces_c,v 1.1.1.1 2007/10/27 23:11:50 jasper Exp $
|
|
--- farsight/helpers/farsight-interfaces.c.orig Sun Oct 28 00:08:44 2007
|
|
+++ farsight/helpers/farsight-interfaces.c Sun Oct 28 00:10:43 2007
|
|
@@ -33,8 +33,10 @@
|
|
#if defined(__APPLE__) && defined(__MACH__)
|
|
#include <sys/socket.h>
|
|
#endif
|
|
+#include <sys/socket.h>
|
|
#include <net/if.h>
|
|
#include <net/if_arp.h>
|
|
+#include <netinet/in.h>
|
|
#include <arpa/inet.h>
|
|
|
|
/**
|
|
@@ -280,6 +282,6 @@ gchar * farsight_get_ip_for_interface(gchar *interface
|
|
|
|
|
|
#else /* G_OS_WIN32 */
|
|
-#error Can\'t use this method for retreiving ip list from OS other than unix or windows
|
|
+#error Cannot use this method for retreiving ip list from OS other than unix or windows
|
|
#endif /* G_OS_WIN32 */
|
|
#endif /* G_OS_UNIX */
|