<stddef.h> is required in crypto_hash.h

This commit is contained in:
Frank Denis
2014-05-12 23:45:49 -07:00
parent df427966e2
commit 91d17f6be1
@@ -1,6 +1,8 @@
#ifndef crypto_hash_H
#define crypto_hash_H
#include <stddef.h>
#include "crypto_hash_sha512.h"
#include "export.h"