diff options
author | Brent Cook <bcook@openbsd.org> | 2014-07-29 07:39:23 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-07-29 11:17:48 -0500 |
commit | af705b3f7d92d6f2d08d6df00c54504ece53e4f1 (patch) | |
tree | 8f0be182ca246b698d145157173ccb360a906a68 /include/Makefile.am | |
parent | 983103b0db51c6be77a93c3d2b4e7decfdc89499 (diff) | |
download | portable-af705b3f7d92d6f2d08d6df00c54504ece53e4f1.tar.gz portable-af705b3f7d92d6f2d08d6df00c54504ece53e4f1.tar.bz2 portable-af705b3f7d92d6f2d08d6df00c54504ece53e4f1.zip |
add sys/mman.h shim to define MAP_ANON if needed
thanks to kinichiro for pointing this out
ok deraadt@ beck@
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index d4487d7..4811145 100644 --- a/include/Makefile.am +++ b/include/Makefile.am | |||
@@ -7,4 +7,5 @@ noinst_HEADERS += stdlib.h | |||
7 | noinst_HEADERS += string.h | 7 | noinst_HEADERS += string.h |
8 | noinst_HEADERS += unistd.h | 8 | noinst_HEADERS += unistd.h |
9 | noinst_HEADERS += machine/endian.h | 9 | noinst_HEADERS += machine/endian.h |
10 | noinst_HEADERS += sys/mman.h | ||
10 | noinst_HEADERS += sys/types.h | 11 | noinst_HEADERS += sys/types.h |