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/cryptlib.h | |
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/cryptlib.h')
-rw-r--r-- | src/lib/libcrypto/cryptlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index b3342232c7..e8ec91f9c1 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h | |||
@@ -62,6 +62,7 @@ | |||
62 | #include <stdint.h> | 62 | #include <stdint.h> |
63 | #include <stdlib.h> | 63 | #include <stdlib.h> |
64 | #include <string.h> | 64 | #include <string.h> |
65 | #include <unistd.h> | ||
65 | 66 | ||
66 | #include "e_os.h" | 67 | #include "e_os.h" |
67 | 68 | ||