openbsd-ports/security/gnutls/patches/patch-gl_inet_ntop_c

12 lines
301 B
Plaintext
Raw Normal View History

$OpenBSD: patch-gl_inet_ntop_c,v 1.1 2011/05/04 15:48:10 ajacoutot Exp $
--- gl/inet_ntop.c.orig Wed May 4 16:59:41 2011
+++ gl/inet_ntop.c Wed May 4 17:02:33 2011
@@ -36,6 +36,7 @@
#include <config.h>
/* Specification. */
+#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdio.h>