Signed-off-by: Huw Davies huw@codeweavers.com --- dlls/dbghelp/macho_module.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/dbghelp/macho_module.c b/dlls/dbghelp/macho_module.c index 4018c9dbf2..7c40801d89 100644 --- a/dlls/dbghelp/macho_module.c +++ b/dlls/dbghelp/macho_module.c @@ -51,6 +51,7 @@ #include "winternl.h" #include "wine/library.h" #include "wine/debug.h" +#include "wine/heap.h" #include "image_private.h"
#ifdef HAVE_MACH_O_LOADER_H