https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8428b1f8c3ec1d5aa8b44d...
commit 8428b1f8c3ec1d5aa8b44d380b373bbb3c7a5db1 Author: winesync ros-dev@reactos.org AuthorDate: Fri Sep 11 13:04:09 2020 +0200 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Wed Sep 16 10:35:32 2020 +0200
[WINESYNC] dbghelp: Add a missing include to fix the build.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
wine commit id cf78601b3781e64ea2745cf8084848acb69300a8 by Huw Davies huw@codeweavers.com --- dll/win32/dbghelp/macho_module.c | 1 + sdk/tools/winesync/dbghelp.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/dll/win32/dbghelp/macho_module.c b/dll/win32/dbghelp/macho_module.c index 4018c9dbf2d..7c40801d89c 100644 --- a/dll/win32/dbghelp/macho_module.c +++ b/dll/win32/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 diff --git a/sdk/tools/winesync/dbghelp.cfg b/sdk/tools/winesync/dbghelp.cfg index bb7500be148..7376e9c5177 100644 --- a/sdk/tools/winesync/dbghelp.cfg +++ b/sdk/tools/winesync/dbghelp.cfg @@ -3,4 +3,4 @@ directories: files: include/dbghelp.h: sdk/include/psdk/dbghelp.h tags: - wine: 4005901773bf1842804c40d928a944623e11d238 + wine: cf78601b3781e64ea2745cf8084848acb69300a8