From 9e257e9d4d5bd867b0cf8f71597ce811ded3c108 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 11 Jul 1999 01:39:11 +0000 Subject: 1999-07-10 Roland McGrath * dev.c: Add #include for munmap decl. * pager.c: Likewise. --- storeio/dev.c | 1 + storeio/pager.c | 1 + 2 files changed, 2 insertions(+) diff --git a/storeio/dev.c b/storeio/dev.c index cab344c1..70347c7c 100644 --- a/storeio/dev.c +++ b/storeio/dev.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "dev.h" diff --git a/storeio/pager.c b/storeio/pager.c index dfcf9b38..75456b83 100644 --- a/storeio/pager.c +++ b/storeio/pager.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "dev.h" -- cgit v1.2.3