summaryrefslogtreecommitdiffstats
path: root/crypto/seed
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-06-08 00:26:16 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-06-08 00:26:16 +0000
commit54b5fd537f7a7ac1874359fd42a4721b6839f7a1 (patch)
tree28839ccc94d178c059a6b7620e2926878bdfea98 /crypto/seed
parent0b99d4f1d1ad1f57b2a2eaf0548823802a8f7330 (diff)
WIN32 fixes.
Diffstat (limited to 'crypto/seed')
-rw-r--r--crypto/seed/seed.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/seed/seed.h b/crypto/seed/seed.h
index 427915ed9a..6ffa5f024e 100644
--- a/crypto/seed/seed.h
+++ b/crypto/seed/seed.h
@@ -82,6 +82,8 @@
#define HEADER_SEED_H
#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
+#include <openssl/crypto.h>
#ifdef OPENSSL_NO_SEED
#error SEED is disabled.