Re: [PATCH] Include missing header file in hurd/proc
Applied, thanks!
[PATCH] Include missing header file in hurd/proc
--- proc: Add missing header file. * proc/mgt: Include missing header file mach/task_notify.h. 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 +#include #include #inclu