From 87673d93fd87c3fda97e91842c3d7d326a30ef8c Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Tue, 29 Dec 2015 23:12:07 +0100 Subject: 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(+) (limited to 'proc') diff --git a/proc/mgt.c b/proc/mgt.c index ff1ca486..dacce46e 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -21,6 +21,7 @@ /* Written by Michael I. Bushnell. */ #include +#include #include #include #include -- cgit v1.2.3