summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index a3502787..d8b301d9 100644
--- a/hash.c
+++ b/hash.c
@@ -6,6 +6,8 @@
* API compatible reimplementation of function from nacl
*/
+#include "includes.h"
+
#include "crypto_api.h"
#include <stdarg.h>