From ca9b6ba17257f88b8d575f18cab0b1e23660cfa5 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 19 Jun 2023 18:57:38 +0200 Subject: Move istream_get_line function to libutil Signed-off-by: David Oberhollenzer --- include/io/mem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/io/mem.h') diff --git a/include/io/mem.h b/include/io/mem.h index c848ef0..20b04ab 100644 --- a/include/io/mem.h +++ b/include/io/mem.h @@ -7,7 +7,7 @@ #ifndef IO_MEM_STREAM_H #define IO_MEM_STREAM_H -#include "io/istream.h" +#include "sqfs/predef.h" #ifdef __cplusplus extern "C" { -- cgit v1.2.3