openbsd-ports/net/libnice/patches/patch-agent_pseudotcp_c
ajacoutot 6696c878a1 Long overdue update to libnice-0.1.2.
Add gupnp support.
2012-04-30 09:38:13 +00:00

12 lines
297 B
Plaintext

$OpenBSD: patch-agent_pseudotcp_c,v 1.1 2012/04/30 09:38:13 ajacoutot Exp $
--- agent/pseudotcp.c.orig Mon Apr 30 10:44:58 2012
+++ agent/pseudotcp.c Mon Apr 30 10:45:13 2012
@@ -70,6 +70,7 @@
#include <glib.h>
#ifndef G_OS_WIN32
+# include <netinet/in.h>
# include <arpa/inet.h>
#endif