From f853dabe7f3585ec856669c6711df08087b65cd8 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Mon, 17 Apr 2023 18:40:17 -0400 Subject: Fix stdin support --- include/file.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/file.h') diff --git a/include/file.h b/include/file.h index 5518d17..8612857 100644 --- a/include/file.h +++ b/include/file.h @@ -1,7 +1,8 @@ #ifndef FILE_H #define FILE_H +#include #include -struct filedata readfile(FILE *fp); +struct filedata readfile(FILE *fp, bool isstdin); #endif -- cgit v1.2.3