From e054f494306530720114b321b3d97ca2f397cbbb Mon Sep 17 00:00:00 2001 From: "Ryan S. Arnold" Date: Wed, 1 May 2013 10:46:34 -0500 Subject: Add #include for uint[32|64]_t usage (except installed headers). --- crypt/sha256-block.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypt/sha256-block.c') diff --git a/crypt/sha256-block.c b/crypt/sha256-block.c index a163e25..8a77096 100644 --- a/crypt/sha256-block.c +++ b/crypt/sha256-block.c @@ -1,3 +1,5 @@ +#include + /* Process LEN bytes of BUFFER, accumulating context into CTX. It is assumed that LEN % 64 == 0. */ void -- cgit v1.1