This is an automated email from the git hooks/post-receive script. sthibault pushed a commit to branch dde in repository hurd.
commit 87673d93fd87c3fda97e91842c3d7d326a30ef8c Author: Flavio Cruz <[email protected]> Date: Tue Dec 29 23:12:07 2015 +0100 Include missing header file in hurd/proc proc: Add missing header file. * proc/mgt: Include missing header file mach/task_notify.h. --- proc/mgt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/proc/mgt.c b/proc/mgt.c index ff1ca48..dacce46 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -21,6 +21,7 @@ /* Written by Michael I. Bushnell. */ #include <mach.h> +#include <mach/task_notify.h> #include <sys/types.h> #include <sys/mman.h> #include <errno.h> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hurd/hurd.git
