diff options
Diffstat (limited to 'deps/sysobj_early/src')
| -rw-r--r-- | deps/sysobj_early/src/format_early.c | 2 | 
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" | 
