mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[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>
This commit is contained in:
parent
23a2d2713d
commit
8428b1f8c3
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -3,4 +3,4 @@ directories:
|
|||
files:
|
||||
include/dbghelp.h: sdk/include/psdk/dbghelp.h
|
||||
tags:
|
||||
wine: 4005901773bf1842804c40d928a944623e11d238
|
||||
wine: cf78601b3781e64ea2745cf8084848acb69300a8
|
||||
|
|
Loading…
Reference in a new issue