From d3c5279bf1255716764686b7a4a8d9ffbf68b4c8 Mon Sep 17 00:00:00 2001 From: Zoltan Fridrich Date: Thu, 4 Jul 2024 09:01:03 +0200 Subject: [PATCH] Add include for stdint.h to common/hex.c Signed-off-by: Zoltan Fridrich --- common/hex.c | 1 + 1 file changed, 1 insertion(+) diff --git a/common/hex.c b/common/hex.c index f3d3b6c2..e8c0ec68 100644 --- a/common/hex.c +++ b/common/hex.c @@ -40,6 +40,7 @@ #include "debug.h" #include "hex.h" +#include #include #include