From e5e1844d24478d05fca1f1e39cff9d0debc5a07e Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 8 Oct 2003 22:34:37 +0000 Subject: [PATCH] Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros. --- dlls/ntdll/debugtools.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ntdll/debugtools.c b/dlls/ntdll/debugtools.c index b8a870689a..1b227c57f4 100644 --- a/dlls/ntdll/debugtools.c +++ b/dlls/ntdll/debugtools.c @@ -40,6 +40,7 @@ #include "winnt.h" #include "winternl.h" #include "excpt.h" +#include "ntdll_misc.h" WINE_DECLARE_DEBUG_CHANNEL(tid);