From c03306dde55b9ef0d2073f1376f36b96f84c0679 Mon Sep 17 00:00:00 2001 From: sthen <> Date: Mon, 14 Apr 2014 14:50:09 +0000 Subject: replace PTR_SIZE_INT (only used for VMS) with uintptr_t, tweaks from jca@, makes sense to beck@ --- src/lib/libcrypto/cryptlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/libcrypto/cryptlib.h') diff --git a/src/lib/libcrypto/cryptlib.h b/src/lib/libcrypto/cryptlib.h index a99f3d4614..d1d7cfe80a 100644 --- a/src/lib/libcrypto/cryptlib.h +++ b/src/lib/libcrypto/cryptlib.h @@ -59,6 +59,7 @@ #ifndef HEADER_CRYPTLIB_H #define HEADER_CRYPTLIB_H +#include #include #include -- cgit v1.2.3-55-g6feb