From 6d172fce32245bc45fa0ac7c2009187f4b987c51 Mon Sep 17 00:00:00 2001 From: toddouska Date: Wed, 29 Jul 2015 14:40:57 -0700 Subject: [PATCH] hash.h should pull in types before checking defines --- wolfssl/wolfcrypt/hash.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wolfssl/wolfcrypt/hash.h b/wolfssl/wolfcrypt/hash.h index ef620e32f..2b35d5a6a 100644 --- a/wolfssl/wolfcrypt/hash.h +++ b/wolfssl/wolfcrypt/hash.h @@ -22,6 +22,8 @@ #ifndef WOLF_CRYPT_HASH_H #define WOLF_CRYPT_HASH_H +#include + #ifndef NO_MD5 #include WOLFSSL_API void wc_Md5GetHash(Md5*, byte*);