diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2001-01-16 18:15:18 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2001-01-16 18:15:18 +0000 |
commit | afe57c7088e936383ec019caab4954c792951652 (patch) | |
tree | 101f5b1585e0d691531530cca0c9ccf2bc23ee7e /storeio/dev.h | |
parent | 7e2b82e92f1ee97257dfef1d3c59d33f623b22d9 (diff) |
2001-01-16 Marcus Brinkmann <marcus@gnu.org>
* dev.c (dev_open): Add missing argument `classes' to invocation
of store_create.
* dev.h: Include <hurd/trivfs.h> for struct trivfs_control.
Diffstat (limited to 'storeio/dev.h')
-rw-r--r-- | storeio/dev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storeio/dev.h b/storeio/dev.h index 52960cd7..7a64c54e 100644 --- a/storeio/dev.h +++ b/storeio/dev.h @@ -24,6 +24,7 @@ #include <device/device.h> #include <rwlock.h> #include <hurd/store.h> +#include <hurd/trivfs.h> extern struct trivfs_control *storeio_fsys; |