diff options
author | deraadt <> | 2014-04-18 11:33:33 +0000 |
---|---|---|
committer | deraadt <> | 2014-04-18 11:33:33 +0000 |
commit | a93a406b5997f92acc07a066c2bacb9194b5c737 (patch) | |
tree | 25591ddc0bd2e39c53aa48dc4d9454855e1109eb /src/lib/libcrypto/bio/bss_fd.c | |
parent | 0ba9684b5635cdd457ef0e1115174d2904627503 (diff) | |
download | openbsd-a93a406b5997f92acc07a066c2bacb9194b5c737.tar.gz openbsd-a93a406b5997f92acc07a066c2bacb9194b5c737.tar.bz2 openbsd-a93a406b5997f92acc07a066c2bacb9194b5c737.zip |
unistd.h for protos where needed
Diffstat (limited to 'src/lib/libcrypto/bio/bss_fd.c')
-rw-r--r-- | src/lib/libcrypto/bio/bss_fd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/bss_fd.c b/src/lib/libcrypto/bio/bss_fd.c index b84719c487..8ea80f1f65 100644 --- a/src/lib/libcrypto/bio/bss_fd.c +++ b/src/lib/libcrypto/bio/bss_fd.c | |||
@@ -58,6 +58,7 @@ | |||
58 | 58 | ||
59 | #include <stdio.h> | 59 | #include <stdio.h> |
60 | #include <errno.h> | 60 | #include <errno.h> |
61 | #include <unistd.h> | ||
61 | #include "cryptlib.h" | 62 | #include "cryptlib.h" |
62 | 63 | ||
63 | #if defined(OPENSSL_NO_POSIX_IO) | 64 | #if defined(OPENSSL_NO_POSIX_IO) |