aboutsummaryrefslogtreecommitdiff
path: root/include/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-07-29 07:39:23 -0500
committerBrent Cook <bcook@openbsd.org>2014-07-29 11:17:48 -0500
commitaf705b3f7d92d6f2d08d6df00c54504ece53e4f1 (patch)
tree8f0be182ca246b698d145157173ccb360a906a68 /include/Makefile.am
parent983103b0db51c6be77a93c3d2b4e7decfdc89499 (diff)
downloadportable-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.am1
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
7noinst_HEADERS += string.h 7noinst_HEADERS += string.h
8noinst_HEADERS += unistd.h 8noinst_HEADERS += unistd.h
9noinst_HEADERS += machine/endian.h 9noinst_HEADERS += machine/endian.h
10noinst_HEADERS += sys/mman.h
10noinst_HEADERS += sys/types.h 11noinst_HEADERS += sys/types.h