From 3c8164612194ded0bd8aeed0055dbbbe3ba19269 Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 03:01:37 +0100 Subject: FIX - missing includes --- deps/sysobj_early/src/format_early.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deps') diff --git a/deps/sysobj_early/src/format_early.c b/deps/sysobj_early/src/format_early.c index 5f191d60..0220cd8d 100644 --- a/deps/sysobj_early/src/format_early.c +++ b/deps/sysobj_early/src/format_early.c @@ -19,6 +19,8 @@ */ #include "format_early.h" +#include +#include #define ANSI_COLOR_RESET "\x1b[0m" -- cgit v1.2.3