From 8ef18ed5d0caa2a1bedc76004443a4c30c92c6f0 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 3 Jul 2023 07:35:32 -0700 Subject: til_stream: add missing include stdio for FILE* trivial change --- src/til_stream.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/til_stream.h') diff --git a/src/til_stream.h b/src/til_stream.h index e6346fd..5473aec 100644 --- a/src/til_stream.h +++ b/src/til_stream.h @@ -19,6 +19,7 @@ #include #include +#include #include "til_module_context.h" #include "til_setup.h" -- cgit v1.2.1