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_conn.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_conn.c')
-rw-r--r-- | src/lib/libcrypto/bio/bss_conn.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/bio/bss_conn.c b/src/lib/libcrypto/bio/bss_conn.c index 46667bc7d6..12cbed2ae9 100644 --- a/src/lib/libcrypto/bio/bss_conn.c +++ b/src/lib/libcrypto/bio/bss_conn.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 | #include <openssl/bio.h> | 63 | #include <openssl/bio.h> |
63 | #include <netdb.h> | 64 | #include <netdb.h> |