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