aboutsummaryrefslogtreecommitdiff
path: root/deps/sysobj_early/src/format_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/sysobj_early/src/format_early.c')
-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"