summaryrefslogtreecommitdiff
path: root/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'blocks.c')
-rw-r--r--blocks.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/blocks.c b/blocks.c
index ba569b00a..ad93fe509 100644
--- a/blocks.c
+++ b/blocks.c
@@ -5,6 +5,8 @@
5 * Copied from nacl-20110221/crypto_hashblocks/sha512/ref/blocks.c 5 * Copied from nacl-20110221/crypto_hashblocks/sha512/ref/blocks.c
6 */ 6 */
7 7
8#include "includes.h"
9
8#include "crypto_api.h" 10#include "crypto_api.h"
9 11
10typedef unsigned long long uint64; 12typedef unsigned long long uint64;