diff options
Diffstat (limited to 'pci-arbiter/main.c')
-rw-r--r-- | pci-arbiter/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pci-arbiter/main.c b/pci-arbiter/main.c index 2955133c..9bcfb676 100644 --- a/pci-arbiter/main.c +++ b/pci-arbiter/main.c @@ -28,6 +28,7 @@ #include <hurd/netfs.h> #include <hurd/ports.h> #include <hurd/fsys.h> +#include <hurd/paths.h> #include <device/device.h> #include <sys/mman.h> @@ -207,7 +208,7 @@ main (int argc, char **argv) /* We are a bootstrap process */ machdev_register (&pci_arbiter_emulation_ops); - machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "pci" */, &bootstrap); + machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "/pci" */, &bootstrap); /* Make sure we will not swap out, in case we are needed for swapping back in. */ |