aboutsummaryrefslogtreecommitdiffstats
path: root/t/keccak.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/keccak.c (renamed from keccak.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/keccak.c b/t/keccak.c
index 9b20bbc..6e4a900 100644
--- a/keccak.c
+++ b/t/keccak.c
@@ -1,6 +1,6 @@
/* See LICENSE file for copyright and license details. */
#ifndef SUPPORT_KECCAK
-# include "common.h"
+# include "../common.h"
int
main(void)
@@ -18,7 +18,7 @@ main(void)
}
#else
-# include "common.h"
+# include "../common.h"
# define ASSERT(ASSERTION)\