summaryrefslogtreecommitdiff
path: root/libstore/bunzip2.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-11 01:42:07 +0000
committerRoland McGrath <roland@gnu.org>1999-07-11 01:42:07 +0000
commitc8ef260269a1508b97823fad88a5a9a2aa30b816 (patch)
tree8c291fb6a14c98c40da571f05641a3e55857c913 /libstore/bunzip2.c
parentfd06a82ab14e625a9a769a2481a21d2dbc79b133 (diff)
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.
Diffstat (limited to 'libstore/bunzip2.c')
-rw-r--r--libstore/bunzip2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/bunzip2.c b/libstore/bunzip2.c
index 71a69db6..3b7ecb0e 100644
--- a/libstore/bunzip2.c
+++ b/libstore/bunzip2.c
@@ -22,6 +22,7 @@
#include <string.h>
#include <setjmp.h>
#include <cthreads.h>
+#include <sys/mman.h>
#include "store.h"