Commit ccce5f76 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

ntdll: Correct compile error under macos.

parent e521fe03
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment