diff options
Diffstat (limited to '')
-rw-r--r-- | t/misc-tests.c (renamed from misc-tests.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-tests.c b/t/misc-tests.c index 7a5c546..3942bfb 100644 --- a/misc-tests.c +++ b/t/misc-tests.c @@ -1,5 +1,5 @@ /* See LICENSE file for copyright and license details. */ -#include "common.h" +#include "../common.h" #define ASSERT(ASSERTION)\ |