1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c
2014-10-02 18:40:11 +00:00

11 lines
268 B
C

--- lib/x509/rfc2818_hostname.c.orig 2014-10-02 13:35:09.427374817 -0500
+++ lib/x509/rfc2818_hostname.c 2014-10-02 13:35:33.657427866 -0500
@@ -19,6 +19,7 @@
*
*/
+#include <netinet/in.h>
#include <gnutls_int.h>
#include <gnutls_str.h>
#include <x509_int.h>