diff options
| author | 2014-04-18 11:33:33 +0000 | |
|---|---|---|
| committer | 2014-04-18 11:33:33 +0000 | |
| commit | 0b65c6b933d24f6968cd02003c38232d8743f707 (patch) | |
| tree | 62e46eaa9a84092203fc45e6407338c30df4efd0 /lib/libcrypto/cryptlib.h | |
| parent | define RFILE only in the file that needs it (diff) | |
| download | wireguard-openbsd-0b65c6b933d24f6968cd02003c38232d8743f707.tar.xz wireguard-openbsd-0b65c6b933d24f6968cd02003c38232d8743f707.zip | |
unistd.h for protos where needed
Diffstat (limited to 'lib/libcrypto/cryptlib.h')
| -rw-r--r-- | lib/libcrypto/cryptlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/cryptlib.h b/lib/libcrypto/cryptlib.h index b3342232c76..e8ec91f9c1f 100644 --- a/lib/libcrypto/cryptlib.h +++ b/lib/libcrypto/cryptlib.h @@ -62,6 +62,7 @@ #include <stdint.h> #include <stdlib.h> #include <string.h> +#include <unistd.h> #include "e_os.h" |
