From 58e0d435c38c0b4e6c59244436556dba6ed96abf Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Wed, 12 Apr 2023 23:46:53 -0400 Subject: Add args - add color arg - add lines arg --- include/util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index ddb86fc..1b0243c 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,6 @@ #ifndef LIB_H #define LIB_H +#include #include void die(const char *message); -- cgit v1.2.3