From: Richard Levitte Date: Wed, 21 Mar 2001 18:43:12 +0000 (+0000) Subject: Use stdlib.h to get size_t. X-Git-Tag: OpenSSL_0_9_6c~182^2~334 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5238fccc153d23f3d40dc488c972d1f88d6bc99c;p=oweals%2Fopenssl.git Use stdlib.h to get size_t. --- diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index fd090ea084..5d85741452 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -59,13 +59,7 @@ #ifndef HEADER_RAND_H #define HEADER_RAND_H -#include - -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) -#include -#else -#include -#endif +#include #ifdef __cplusplus extern "C" {