Make sure the size_t declaration is available.
authorBodo Möller <bodo@openssl.org>
Wed, 21 Mar 2001 15:30:28 +0000 (15:30 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 21 Mar 2001 15:30:28 +0000 (15:30 +0000)
crypto/rand/rand.h

index 7de130347f8e02f099ecce1b18a4b199c3021447..918f865d90fadd1cdd8bb24a77367e7c29515d91 100644 (file)
@@ -59,6 +59,8 @@
 #ifndef HEADER_RAND_H
 #define HEADER_RAND_H
 
+#include <stdlib.h>
+
 #ifdef  __cplusplus
 extern "C" {
 #endif