artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f005b03
)
include netinet/in.h to define struct in6_addr.
author
bcook
<bcook@openbsd.org>
Sat, 27 Dec 2014 19:35:28 +0000
(19:35 +0000)
committer
bcook
<bcook@openbsd.org>
Sat, 27 Dec 2014 19:35:28 +0000
(19:35 +0000)
Noticed while testing libtls on FreeBSD.
lib/libtls/tls_client.c
patch
|
blob
|
history
diff --git
a/lib/libtls/tls_client.c
b/lib/libtls/tls_client.c
index
43819cf
..
57d7262
100644
(file)
--- 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 <jsing@openbsd.org>
*
@@
-19,6
+19,7
@@
#include <sys/socket.h>
#include <arpa/inet.h>
+#include <netinet/in.h>
#include <netdb.h>
#include <stdlib.h>