summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbcook <>2014-07-09 15:19:52 +0000
committerbcook <>2014-07-09 15:19:52 +0000
commitc4a2e7103007667eb6524aa0c0c69734b6ede694 (patch)
tree6b628168b1a03f329bbecf902e35a5f948aa036f /src
parent9285d3a9e9ec7f3fa40359186f418346d808b388 (diff)
downloadopenbsd-c4a2e7103007667eb6524aa0c0c69734b6ede694.tar.gz
openbsd-c4a2e7103007667eb6524aa0c0c69734b6ede694.tar.bz2
openbsd-c4a2e7103007667eb6524aa0c0c69734b6ede694.zip
add <sys/filio.h> header for FIONBIO
ok beck@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/bio/b_sock.c3
-rw-r--r--src/lib/libssl/src/crypto/bio/b_sock.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libcrypto/bio/b_sock.c b/src/lib/libcrypto/bio/b_sock.c
index e14e7fedf8..cd57643b94 100644
--- a/src/lib/libcrypto/bio/b_sock.c
+++ b/src/lib/libcrypto/bio/b_sock.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: b_sock.c,v 1.48 2014/07/08 11:08:37 jsing Exp $ */ 1/* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -56,6 +56,7 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#include <sys/filio.h>
59#include <sys/ioctl.h> 60#include <sys/ioctl.h>
60#include <sys/socket.h> 61#include <sys/socket.h>
61 62
diff --git a/src/lib/libssl/src/crypto/bio/b_sock.c b/src/lib/libssl/src/crypto/bio/b_sock.c
index e14e7fedf8..cd57643b94 100644
--- a/src/lib/libssl/src/crypto/bio/b_sock.c
+++ b/src/lib/libssl/src/crypto/bio/b_sock.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: b_sock.c,v 1.48 2014/07/08 11:08:37 jsing Exp $ */ 1/* $OpenBSD: b_sock.c,v 1.49 2014/07/09 15:19:52 bcook Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -56,6 +56,7 @@
56 * [including the GNU Public Licence.] 56 * [including the GNU Public Licence.]
57 */ 57 */
58 58
59#include <sys/filio.h>
59#include <sys/ioctl.h> 60#include <sys/ioctl.h>
60#include <sys/socket.h> 61#include <sys/socket.h>
61 62