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

12 lines
328 B
Plaintext

$OpenBSD: patch-stun_stun5389_c,v 1.4 2012/04/30 09:38:13 ajacoutot Exp $
--- stun/stun5389.c.orig Mon Apr 30 10:40:59 2012
+++ stun/stun5389.c Mon Apr 30 10:41:08 2012
@@ -41,6 +41,7 @@
#ifdef _WIN32
#include <winsock2.h>
#else
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h> /* htons() */
#endif