aboutsummaryrefslogtreecommitdiffstats
path: root/t/blake256.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/blake256.c (renamed from blake256.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/blake256.c b/t/blake256.c
index 412b28f..e42cec7 100644
--- a/blake256.c
+++ b/t/blake256.c
@@ -1,7 +1,7 @@
/* See LICENSE file for copyright and license details. */
#ifdef SUPPORT_BLAKE256
# define TEST
-# include "common.h"
+# include "../common.h"
static struct testcase testcases[] = {
@@ -65,7 +65,7 @@ static struct testcase testcases[] = {
#else
# define TEST_UNSUPPORTED
-# include "common.h"
+# include "../common.h"
#endif