aboutsummaryrefslogtreecommitdiffstats
path: root/t/md2.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t/md2.c (renamed from md2.c)4
1 files changed, 2 insertions, 2 deletions
diff --git a/md2.c b/t/md2.c
index 7e2712b..e5f12d0 100644
--- a/md2.c
+++ b/t/md2.c
@@ -2,7 +2,7 @@
#ifdef SUPPORT_MD2
# define TEST
# define NO_CUSTOM_HASH_BUFFER_SUPPORT
-# include "common.h"
+# include "../common.h"
static struct testcase testcases[] = {
@@ -22,7 +22,7 @@ static struct testcase testcases[] = {
#else
# define TEST_UNSUPPORTED
-# include "common.h"
+# include "../common.h"
#endif