openbsd-ports/net/libnice/patches/patch-stun_stun5389_c
jasper 1ab3df167a - update libnice to 0.1.0
- various cleanups

from tom murphy (MAINTAINER) with tweaks by me.
2011-03-02 07:32:04 +00:00

14 lines
326 B
Plaintext

$OpenBSD: patch-stun_stun5389_c,v 1.3 2011/03/02 07:32:04 jasper Exp $
--- stun/stun5389.c.orig Tue Jul 20 22:54:41 2010
+++ stun/stun5389.c Sat Feb 19 09:45:19 2011
@@ -40,9 +40,6 @@
#ifdef _WIN32
#include <winsock2.h>
-#else
-#include <sys/socket.h>
-#include <netinet/in.h> /* htons() */
#endif
#include <string.h>