summaryrefslogtreecommitdiff
path: root/storeio/dev.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2001-01-16 18:15:18 +0000
committerMarcus Brinkmann <marcus@gnu.org>2001-01-16 18:15:18 +0000
commitafe57c7088e936383ec019caab4954c792951652 (patch)
tree101f5b1585e0d691531530cca0c9ccf2bc23ee7e /storeio/dev.h
parent7e2b82e92f1ee97257dfef1d3c59d33f623b22d9 (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.h1
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;