diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-04-14 14:50:10 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2014-04-14 14:50:10 +0000 |
commit | 3e72ddaa409159cf2dd3a7a22b4e5a6f458670bb (patch) | |
tree | 30dbce73b682a23f78f7947d1262d5d1906756ce /lib/libcrypto/cryptlib.h | |
parent | 1fc598c0bc45092ea19008342aa7791517265663 (diff) |
replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@,
makes sense to beck@
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 a99f3d46148..d1d7cfe80a8 100644 --- a/lib/libcrypto/cryptlib.h +++ b/lib/libcrypto/cryptlib.h @@ -59,6 +59,7 @@ #ifndef HEADER_CRYPTLIB_H #define HEADER_CRYPTLIB_H +#include <stdint.h> #include <stdlib.h> #include <string.h> |