summaryrefslogtreecommitdiff
path: root/proc
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2015-12-29 23:12:07 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-12-29 23:18:56 +0100
commit87673d93fd87c3fda97e91842c3d7d326a30ef8c (patch)
tree21eda1462cc350eb9ae272c39f3cb77878237eae /proc
parente914bfc3d6e5ddf6f8c5e93a4334873a48a24ddf (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.c1
1 files changed, 1 insertions, 0 deletions
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 <mach.h>
+#include <mach/task_notify.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <errno.h>