[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] Include missing header file in hurd/proc
From: |
Flavio Cruz |
Subject: |
[PATCH] Include missing header file in hurd/proc |
Date: |
Tue, 29 Dec 2015 23:12:07 +0100 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
---
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 <mach.h>
+#include <mach/task_notify.h>
#include <sys/types.h>
#include <sys/mman.h>
#include <errno.h>
- [PATCH] Include missing header file in hurd/proc,
Flavio Cruz <=