- (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/verify.c b/verify.c
index 0a32809..1671a41 100644
--- a/verify.c
+++ b/verify.c
@@ -5,6 +5,8 @@
  * Copied from nacl-20110221/crypto_verify/32/ref/verify.c
  */
 
+#include "includes.h"
+
 #include "crypto_api.h"
 
 int crypto_verify_32(const unsigned char *x,const unsigned char *y)