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

17 lines
422 B
Plaintext

$OpenBSD: patch-stun_tools_stunbdc_c,v 1.4 2012/04/30 09:38:13 ajacoutot Exp $
--- stun/tools/stunbdc.c.orig Mon Apr 30 10:41:35 2012
+++ stun/tools/stunbdc.c Mon Apr 30 10:41:45 2012
@@ -43,11 +43,11 @@
#ifdef _WIN32
# include <winsock2.h>
#else
+# include <sys/types.h>
# include <sys/socket.h>
# include <netdb.h>
#endif
-#include <sys/types.h>
#include "stun/stunagent.h"
#include "stun/usages/bind.h"