From: bcook Date: Sat, 27 Dec 2014 19:35:28 +0000 (+0000) Subject: include netinet/in.h to define struct in6_addr. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=af0755b1830dd59577a983b6ad67dfb9fb042ace;p=openbsd include netinet/in.h to define struct in6_addr. Noticed while testing libtls on FreeBSD. --- diff --git a/lib/libtls/tls_client.c b/lib/libtls/tls_client.c index 43819cf0b6f..57d7262d192 100644 --- a/lib/libtls/tls_client.c +++ b/lib/libtls/tls_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_client.c,v 1.5 2014/12/07 16:56:17 bcook Exp $ */ +/* $OpenBSD: tls_client.c,v 1.6 2014/12/27 19:35:28 bcook Exp $ */ /* * Copyright (c) 2014 Joel Sing * @@ -19,6 +19,7 @@ #include #include +#include #include #include