aboutsummaryrefslogtreecommitdiff
path: root/include/io/mem.h
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-19 18:57:38 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2023-06-20 10:57:38 +0200
commitca9b6ba17257f88b8d575f18cab0b1e23660cfa5 (patch)
tree355d8dbedb496f0235b08aba1bb73e41ba4083ba /include/io/mem.h
parentcb5473418b1f3b26555e26840a87a6feed3f583b (diff)
Move istream_get_line function to libutil
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include/io/mem.h')
-rw-r--r--include/io/mem.h2
1 files changed, 1 insertions, 1 deletions
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" {