diff options
| author | bigbear <ns@bigbear.dk> | 2024-02-08 03:01:37 +0100 | 
|---|---|---|
| committer | bigbear <ns@bigbear.dk> | 2024-02-08 19:52:53 +0100 | 
| commit | 3c8164612194ded0bd8aeed0055dbbbe3ba19269 (patch) | |
| tree | 22e116bff5b96f740f69e11a43a325932b88dd25 /deps/sysobj_early/src | |
| parent | c298027fefc0f5e85f82e486ee3c84aa8a8f9fe4 (diff) | |
FIX - missing includes
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" | 
