diff options
author | Flavio Cruz <flaviocruz@gmail.com> | 2015-12-29 23:12:07 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-12-29 23:18:56 +0100 |
commit | 87673d93fd87c3fda97e91842c3d7d326a30ef8c (patch) | |
tree | 21eda1462cc350eb9ae272c39f3cb77878237eae /proc | |
parent | e914bfc3d6e5ddf6f8c5e93a4334873a48a24ddf (diff) |
Include missing header file in hurd/proc
proc: Add missing header file.
* proc/mgt: Include missing header file mach/task_notify.h.
Diffstat (limited to 'proc')
-rw-r--r-- | proc/mgt.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |