Always include <stdint.h> and <limits.h> for SIZE_MAX
This commit is contained in:
parent
ceb9c566fb
commit
1f18cf383a
@ -30,6 +30,7 @@
|
|||||||
#ifndef crypto_scrypt_H
|
#ifndef crypto_scrypt_H
|
||||||
#define crypto_scrypt_H
|
#define crypto_scrypt_H
|
||||||
|
|
||||||
|
#include <limits.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
#include <limits.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "crypto_hash_sha512.h"
|
#include "crypto_hash_sha512.h"
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
|
#include <stdint.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "api.h"
|
#include "api.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user