diff options
author | Ulf Möller <ulf@openssl.org> | 2000-06-01 02:27:59 +0200 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2000-06-01 02:27:59 +0200 |
commit | f3e9b338e0badedc87f6014bdbb8594e5af00acd (patch) | |
tree | 09597c11524e700bff3946da31fb1015373ea328 /crypto | |
parent | typo (diff) | |
download | openssl-f3e9b338e0badedc87f6014bdbb8594e5af00acd.tar.xz openssl-f3e9b338e0badedc87f6014bdbb8594e5af00acd.zip |
is needed.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/crypto.h b/crypto/crypto.h index 8d8cb3d51e..84894af56c 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -59,6 +59,8 @@ #ifndef HEADER_CRYPTO_H #define HEADER_CRYPTO_H +#include <stdlib.h> + #ifndef NO_FP_API #include <stdio.h> #endif |