summaryrefslogtreecommitdiff
path: root/libstore/zero.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1999-07-11 08:06:22 +0000
committerThomas Bushnell <thomas@gnu.org>1999-07-11 08:06:22 +0000
commit81711ef8cd219acd030a873ec4452671daeaaa5a (patch)
tree32657fda476dda84901239f59aad51c9a3c3fc8d /libstore/zero.c
parent8a3e8261c7a4c8893cf66e30ce6f3a16d00490df (diff)
1999-07-11 Thomas Bushnell, BSG <tb@mit.edu>
* argp.c (store_parsed_open): Add more braces to clarify if-else structure. * encode.c: Include <sys/mman.h> * zero.c: Likewise. * encode.c (store_encode): Repair syntax. * copy.c (copy_read): Likewise. * enc.c (store_enc_dealloc): Cast first arg of munmap correctly.
Diffstat (limited to 'libstore/zero.c')
-rw-r--r--libstore/zero.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/zero.c b/libstore/zero.c
index 33e34142..55f84a2c 100644
--- a/libstore/zero.c
+++ b/libstore/zero.c
@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <string.h>
#include <limits.h>
+#include <sys/mman.h>
#include "store.h"