diff options
author | Brent Cook <bcook@cvs.openbsd.org> | 2014-07-09 15:19:53 +0000 |
---|---|---|
committer | Brent Cook <bcook@cvs.openbsd.org> | 2014-07-09 15:19:53 +0000 |
commit | eb2f9fb10bea9acf10721eac8a039e3475805d91 (patch) | |
tree | 6d53ce9d91701b598e61e41bddd9a529c76dd41e /lib | |
parent | 7c42b90579a37c4f283a77188c28785ae80150c6 (diff) |
add <sys/filio.h> header for FIONBIO
ok beck@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libcrypto/bio/b_sock.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libcrypto/bio/b_sock.c b/lib/libcrypto/bio/b_sock.c index e14e7fedf8c..cd57643b941 100644 --- a/lib/libcrypto/bio/b_sock.c +++ b/lib/libcrypto/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> |