diff options
Diffstat (limited to 'storeio')
-rw-r--r-- | storeio/io.c | 2 | ||||
-rw-r--r-- | storeio/storeio.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/storeio/io.c b/storeio/io.c index eaa20def..2295615e 100644 --- a/storeio/io.c +++ b/storeio/io.c @@ -23,6 +23,8 @@ #include "open.h" #include "dev.h" +#include "libtrivfs/trivfs_fs_S.h" +#include "libtrivfs/trivfs_io_S.h" /* Return objects mapping the data underlying this memory object. If the object can be read then memobjrd will be provided; if the diff --git a/storeio/storeio.c b/storeio/storeio.c index 3bde9644..eb383495 100644 --- a/storeio/storeio.c +++ b/storeio/storeio.c @@ -31,6 +31,7 @@ #include "open.h" #include "dev.h" +#include "libtrivfs/trivfs_fsys_S.h" static struct argp_option options[] = { |