diff options
author | Roland McGrath <roland@gnu.org> | 1999-07-11 01:55:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-07-11 01:55:52 +0000 |
commit | 28de51851d4fbc2ccdf73cbd77c34b0497ca40d9 (patch) | |
tree | 57d52551f2764827092c7592f0ed07ae79f18306 /libpipe | |
parent | ab1140746d1b9c5959def3b79ba6af548229007f (diff) |
1999-07-10 Roland McGrath <roland@baalperazim.frob.com>
* pq.c: Add #include <sys/mman.h> for munmap decl.
Diffstat (limited to 'libpipe')
-rw-r--r-- | libpipe/pq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpipe/pq.c b/libpipe/pq.c index d5aaf719..b930064b 100644 --- a/libpipe/pq.c +++ b/libpipe/pq.c @@ -21,6 +21,7 @@ #include <malloc.h> #include <string.h> #include <stddef.h> +#include <sys/mman.h> #include "pq.h" |