summaryrefslogtreecommitdiff
path: root/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'hash.c')
-rw-r--r--hash.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hash.c b/hash.c
index a35027870..d8b301d94 100644
--- a/hash.c
+++ b/hash.c
@@ -6,6 +6,8 @@
6 * API compatible reimplementation of function from nacl 6 * API compatible reimplementation of function from nacl
7 */ 7 */
8 8
9#include "includes.h"
10
9#include "crypto_api.h" 11#include "crypto_api.h"
10 12
11#include <stdarg.h> 13#include <stdarg.h>