summaryrefslogtreecommitdiffstats
path: root/fe25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'fe25519.c')
-rw-r--r--fe25519.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fe25519.c b/fe25519.c
index 2f368ebe..e54fd154 100644
--- a/fe25519.c
+++ b/fe25519.c
@@ -6,6 +6,8 @@
* Copied from supercop-20130419/crypto_sign/ed25519/ref/fe25519.c
*/
+#include "includes.h"
+
#define WINDOWSIZE 1 /* Should be 1,2, or 4 */
#define WINDOWMASK ((1<<WINDOWSIZE)-1)