[PATCH] dbghelp: Add a missing include to fix the build.

Huw Davies huw at codeweavers.com
Fri Jun 1 02:25:17 CDT 2018


Signed-off-by: Huw Davies <huw at 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
-- 
2.16.2




More information about the wine-devel mailing list