ntdll: Correct compile error under macos.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2020-04-17 21:53:20 +10:00 committed by Alexandre Julliard
parent e521fe0327
commit ccce5f769d
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,10 @@
# include <sys/mman.h>
#endif
#if defined(__APPLE__)
# include <mach-o/getsect.h>
#endif
#include "ntstatus.h"
#define WIN32_NO_STATUS
#define NONAMELESSUNION