summaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-21 18:43:12 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-21 18:43:12 +0000
commit5238fccc153d23f3d40dc488c972d1f88d6bc99c (patch)
tree37eb0466feb6cf9017820ef5900bb2a7bdaa24d4 /crypto/rand/rand.h
parentfba904649075e0881fb5a39ba6cf9ac493408c0c (diff)
Use stdlib.h to get size_t.
Diffstat (limited to 'crypto/rand/rand.h')
-rw-r--r--crypto/rand/rand.h8
1 files changed, 1 insertions, 7 deletions
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 <openssl/e_os2.h>
-
-#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32)
-#include <windows.h>
-#else
-#include <sys/types.h>
-#endif
+#include <stdlib.h>
#ifdef __cplusplus
extern "C" {