Skip to content

fix FTBS on missing include of <sys/mman.h>

For using mmap() / munmap() we need to include <sys/mman.h> explicitly.

On older Xservers SDK, this was done implicitly, but recent cleanups dropped that from public includes.

Signed-off-by: Enrico Weigelt, metux IT consult info@metux.net

Merge request reports