Cygwin: threads: add missing include of mmap_alloc.h

This is needed for using mmap_alloc.alloc()

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2020-04-07 17:40:38 +02:00
parent e8ae404440
commit ccb3a40dad
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ details. */
#include "fhandler.h"
#include "exception.h"
#include "tls_pbuf.h"
#include "mmap_alloc.h"
int __reg2
check_invalid_virtual_addr (const void *s, unsigned sz)