aboutsummaryrefslogtreecommitdiff
path: root/lib/io/test/istream_read.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/io/test/istream_read.c')
-rw-r--r--lib/io/test/istream_read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/io/test/istream_read.c b/lib/io/test/istream_read.c
index 8ba4540..66fec4b 100644
--- a/lib/io/test/istream_read.c
+++ b/lib/io/test/istream_read.c
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
{
sqfs_u8 read_buffer[61];
sqfs_u64 read_off = 0;
- istream_t *dummy;
+ sqfs_istream_t *dummy;
(void)argc; (void)argv;
init_rd_buffer();