From 68b08abb14d24664b5c4a98ccc44df6c37ef98a9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Wed, 21 Mar 2001 15:30:28 +0000 Subject: [PATCH] Make sure the size_t declaration is available. --- crypto/rand/rand.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index 7de130347f..918f865d90 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -59,6 +59,8 @@ #ifndef HEADER_RAND_H #define HEADER_RAND_H +#include + #ifdef __cplusplus extern "C" { #endif -- 2.25.1