From f4d9ddb47b566a8930a5e7124a719f006c2da357 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:45:09 +0000 Subject: 1999-07-10 Roland McGrath * info.c: Add #include for munmap decl. * mgt.c: Likewise. --- proc/info.c | 1 + proc/mgt.c | 1 + 2 files changed, 2 insertions(+) (limited to 'proc') diff --git a/proc/info.c b/proc/info.c index 17fba079..dd10152c 100644 --- a/proc/info.c +++ b/proc/info.c @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +#include #include #include #include diff --git a/proc/mgt.c b/proc/mgt.c index 643ea34c..581338dc 100644 --- a/proc/mgt.c +++ b/proc/mgt.c @@ -21,6 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #include +#include #include #include #include -- cgit v1.2.3