- (dtucker) [blocks.c fe25519.c ge25519.c hash.c sc25519.c verify.c] Include
   includes.h to pull in all of the compatibility stuff.
diff --git a/blocks.c b/blocks.c
index ba569b0..ad93fe5 100644
--- a/blocks.c
+++ b/blocks.c
@@ -5,6 +5,8 @@
  * Copied from nacl-20110221/crypto_hashblocks/sha512/ref/blocks.c
  */
 
+#include "includes.h"
+
 #include "crypto_api.h"
 
 typedef unsigned long long uint64;