diff options
Diffstat (limited to 'crypto/random.h')
-rw-r--r-- | crypto/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/random.h b/crypto/random.h index cdbe8a9..002616b 100644 --- a/crypto/random.h +++ b/crypto/random.h @@ -5,7 +5,7 @@ #ifndef CRYPTO_RANDOM_H_ #define CRYPTO_RANDOM_H_ -#include <stdlib.h> +#include <stddef.h> #include "crypto/crypto_export.h" |