aboutsummaryrefslogtreecommitdiffstats
path: root/spec/libkeccak_spec_check.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/libkeccak_spec_check.c (renamed from libkeccak_spec_check.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkeccak_spec_check.c b/spec/libkeccak_spec_check.c
index 0649e5a..92b8e75 100644
--- a/libkeccak_spec_check.c
+++ b/spec/libkeccak_spec_check.c
@@ -1,5 +1,5 @@
/* See LICENSE file for copyright and license details. */
-#include "common.h"
+#include "../common.h"
extern inline int libkeccak_spec_check(const struct libkeccak_spec *);