diff options
author | bcook <bcook@cvs.openbsd.org> | 2014-07-09 15:19:53 +0000 |
---|---|---|
committer | bcook <bcook@cvs.openbsd.org> | 2014-07-09 15:19:53 +0000 |
commit | d106034d79e79685b056bcd69394ce8540d9f2e5 (patch) | |
tree | a79a4fc7b95e73c63d0d0d268951acc540b84452 /lib | |
parent | 9f3488a8a873f16a09a273b7efdbd28168d05d26 (diff) |
add <sys/filio.h> header for FIONBIO
ok beck@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/crypto/bio/b_sock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/bio/b_sock.c b/lib/libssl/src/crypto/bio/b_sock.c index e14e7fedf8c..cd57643b941 100644 --- a/lib/libssl/src/crypto/bio/b_sock.c +++ b/lib/libssl/src/crypto/bio/b_sock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: b_sock.c,v 1.48 2014/07/08 11:08:37 jsing Exp $ */ +/* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#include <sys/filio.h> #include <sys/ioctl.h> #include <sys/socket.h> |