Explicitly include <stdlib.h> in crypto_generichash.h for size_t

This commit is contained in:
Frank Denis
2013-04-21 17:32:09 -07:00
parent fa7ed1faad
commit 98da611f98
@@ -1,6 +1,8 @@
#ifndef crypto_generichash_H
#define crypto_generichash_H
#include <stdlib.h>
#include "crypto_generichash_blake2b.h"
#ifdef __cplusplus