This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit 2eeea189af278a62c7ae4e492b6f404ecb95fc29 Author: Justus Winter <4win...@informatik.uni-hamburg.de> Date: Sun Apr 13 12:41:06 2014 +0200 libmachdev: add missing includes 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. */ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git