aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2000-03-04 11:42:40 +0000
committerBen Laurie <ben@openssl.org>2000-03-04 11:42:40 +0000
commite45b3305b78658ee444f2c7fea6fc877625d6dcc (patch)
tree7fdabbbcc485501a1e9b3601c8a25851390b23c0 /crypto/bio
parent0cff255077dd74d69a61ac68b2d754add33d1a81 (diff)
downloadopenssl-e45b3305b78658ee444f2c7fea6fc877625d6dcc.tar.gz
Get definition of ssize_t.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bss_bio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c
index 74902bb1d8..cff55bfa89 100644
--- a/crypto/bio/bss_bio.c
+++ b/crypto/bio/bss_bio.c
@@ -16,6 +16,7 @@
#include <limits.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/types.h>
#include <openssl/bio.h>
#include <openssl/err.h>