summaryrefslogtreecommitdiff
path: root/fstests/opendisk.c
diff options
context:
space:
mode:
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;