From 7cb7a93de4f6f5e741bc5129e3d928e44f050930 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 23 Apr 2024 18:19:31 -0400 Subject: refactor!: MbedTLS on Windows, switch to uint32 --- tests/hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/hex.h') diff --git a/tests/hex.h b/tests/hex.h index 3348028..5e90ce9 100644 --- a/tests/hex.h +++ b/tests/hex.h @@ -26,7 +26,7 @@ #include #include -#include "../src/internal/nc-util.h" +#include typedef struct hexBytes { -- cgit