From c8ef260269a1508b97823fad88a5a9a2aa30b816 Mon Sep 17 00:00:00 2001 From: Roland McGrath <roland@gnu.org> Date: Sun, 11 Jul 1999 01:42:07 +0000 Subject: 1999-07-10 Roland McGrath <roland@baalperazim.frob.com> * rdwr.c: Add #include <sys/mman.h> for munmap decl. * enc.c: Likewise. * copy.c: Likewise. * gunzip.c: Likewise. * bunzip2.c: Likewise. --- libstore/gunzip.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libstore/gunzip.c') diff --git a/libstore/gunzip.c b/libstore/gunzip.c index 261baee3..eb2355e8 100644 --- a/libstore/gunzip.c +++ b/libstore/gunzip.c @@ -22,6 +22,7 @@ #include <string.h> #include <setjmp.h> #include <cthreads.h> +#include <sys/mman.h> #include "store.h" -- cgit v1.2.3