openbsd-ports/security/gnutls/patches/patch-src_common_h
ajacoutot 4079be8ce1 Bugfix update to gnutls-2.12.3.
Incidentally fixes a build breakage when libgcrypt wasn't installed as
spotted by jasper@
2011-05-04 15:48:10 +00:00

16 lines
401 B
Plaintext

$OpenBSD: patch-src_common_h,v 1.1 2011/05/04 15:48:10 ajacoutot Exp $
--- src/common.h.orig Wed May 4 16:59:41 2011
+++ src/common.h Wed May 4 17:04:02 2011
@@ -4,10 +4,10 @@
#include <gnutls/gnutls.h>
#include <sys/socket.h>
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
-#include <netinet/in.h>
#include <signal.h>
#ifdef _WIN32
#include <io.h>