Include the mig-generated X_S.h files so that the X_routine functions can be inlined into the demuxer functions.
* libmachdev/ds_routines.c: Add missing include of notify_S.h * libmachdev/trivfs_server.c: Add missing include of device_S.h, and notify_S.h. --- libmachdev/ds_routines.c | 1 + libmachdev/trivfs_server.c | 3 +++ 2 files changed, 4 insertions(+) diff --git a/libmachdev/ds_routines.c b/libmachdev/ds_routines.c index 4541d54..1da1393 100644 --- a/libmachdev/ds_routines.c +++ b/libmachdev/ds_routines.c @@ -64,6 +64,7 @@ #include "vm_param.h" #include "device_S.h" +#include "notify_S.h" #include "io_req.h" #include "dev_hdr.h" #include "util.h" diff --git a/libmachdev/trivfs_server.c b/libmachdev/trivfs_server.c index 0d7fe24..7d69a2a 100644 --- a/libmachdev/trivfs_server.c +++ b/libmachdev/trivfs_server.c @@ -6,6 +6,9 @@ #include <hurd/trivfs.h> #include <hurd.h> +#include "device_S.h" +#include "notify_S.h" + static struct port_bucket *port_bucket; /* Trivfs hooks. */ -- 1.9.1