summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/cryptlib.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-04-18 11:33:33 +0000
committerderaadt <deraadt@openbsd.org>2014-04-18 11:33:33 +0000
commit0b65c6b933d24f6968cd02003c38232d8743f707 (patch)
tree62e46eaa9a84092203fc45e6407338c30df4efd0 /lib/libcrypto/cryptlib.h
parentdefine RFILE only in the file that needs it (diff)
downloadwireguard-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.h1
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"