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/file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/file.h') diff --git a/include/file.h b/include/file.h index 8dbaf86..df3b515 100644 --- a/include/file.h +++ b/include/file.h @@ -1,7 +1,7 @@ -#include - #ifndef FILE_H #define FILE_H + +#include struct filedata { int lc; size_t len; -- cgit v1.2.3