mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Explicitly include <stdlib.h> in crypto_generichash.h for size_t
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#ifndef crypto_generichash_H
|
||||
#define crypto_generichash_H
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "crypto_generichash_blake2b.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user