summaryrefslogtreecommitdiff
path: root/ed25519.c
diff options
context:
space:
mode:
Diffstat (limited to 'ed25519.c')
-rw-r--r--ed25519.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ed25519.c b/ed25519.c
index c7c861bb..9c9879c0 100644
--- a/ed25519.c
+++ b/ed25519.c
@@ -2,6 +2,7 @@
/* Public Domain, from supercop-20130419/crypto_sign/ed25519/ref/ed25519.c */
+#include "includes.h"
#include "crypto_api.h"
#include "ge25519.h"