From b6225728afbded223092eb72b15767163c9bdc9d Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Sat, 7 Nov 2020 12:20:28 +0100 Subject: [PATCH] Fixed tis-ci.c declarations --- tests/tis-ci.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/tis-ci.c b/tests/tis-ci.c index 44e5082..f3a9819 100644 --- a/tests/tis-ci.c +++ b/tests/tis-ci.c @@ -53,8 +53,7 @@ #include "monocypher-ed25519.h" #include "utils.h" #include "tis-ci-vectors.h" - -typedef uint8_t u8; +#include #define ARRAY(name, size) \ u8 name[size]; \ -- 2.47.3