Huw Davies : dbghelp: Add a missing include to fix the build.

Alexandre Julliard julliard at winehq.org
Fri Jun 1 18:19:53 CDT 2018


Module: wine
Branch: master
Commit: cf78601b3781e64ea2745cf8084848acb69300a8
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=cf78601b3781e64ea2745cf8084848acb69300a8

Author: Huw Davies <huw at codeweavers.com>
Date:   Fri Jun  1 08:25:17 2018 +0100

dbghelp: Add a missing include to fix the build.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 4018c9d..7c40801 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




More information about the wine-cvs mailing list