diff options
Diffstat (limited to 'lib/io/src/unix/istream.c')
-rw-r--r-- | lib/io/src/unix/istream.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/io/src/unix/istream.c b/lib/io/src/unix/istream.c index fc76bab..39d570f 100644 --- a/lib/io/src/unix/istream.c +++ b/lib/io/src/unix/istream.c @@ -5,6 +5,7 @@ * Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at> */ #include "../internal.h" +#include "sqfs/io.h" typedef struct { sqfs_istream_t base; |