aboutsummaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorbigbear <ns@bigbear.dk>2024-02-08 03:01:37 +0100
committerbigbear <ns@bigbear.dk>2024-02-08 19:52:53 +0100
commit3c8164612194ded0bd8aeed0055dbbbe3ba19269 (patch)
tree22e116bff5b96f740f69e11a43a325932b88dd25 /deps
parentc298027fefc0f5e85f82e486ee3c84aa8a8f9fe4 (diff)
FIX - missing includes
Diffstat (limited to 'deps')
-rw-r--r--deps/sysobj_early/src/format_early.c2
1 files changed, 2 insertions, 0 deletions
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 <string.h>
+#include <stdlib.h>
#define ANSI_COLOR_RESET "\x1b[0m"