summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-21 15:30:28 +0000
committerBodo Möller <bodo@openssl.org>2001-03-21 15:30:28 +0000
commit68b08abb14d24664b5c4a98ccc44df6c37ef98a9 (patch)
treeacdd6fd5cb2cb7da8625ae8909d1e6a70148cef7 /crypto/rand
parentcee3fffab5d55c2f0d27681bb047ae88762dd998 (diff)
Make sure the size_t declaration is available.
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand.h2
1 files changed, 2 insertions, 0 deletions
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 <stdlib.h>
+
#ifdef __cplusplus
extern "C" {
#endif