summaryrefslogtreecommitdiff
path: root/fstests/opendisk.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-08-31 16:08:50 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-08-31 16:08:50 +0000
commit8831bc8e3505a782bd3896545075454a0fd4fea3 (patch)
treec87d667c70095e84dcd81dce7a7a7efe0d695e7e /fstests/opendisk.c
parent34a80273b4e1bebeff06674610eec03086f0afcc (diff)
Formerly opendisk.c.~2~
Diffstat (limited to 'fstests/opendisk.c')
-rw-r--r--fstests/opendisk.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/fstests/opendisk.c b/fstests/opendisk.c
index 4afc9bab..cfe4d8ae 100644
--- a/fstests/opendisk.c
+++ b/fstests/opendisk.c
@@ -19,8 +19,12 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <device/device.h>
+#include <errno.h>
+#include <hurd.h>
+#include <stdio.h>
-main (argc, argv)
+main (int argc, char **argv)
{
mach_port_t hostpriv, devicemaster;
mach_port_t device;