Commit 3ec73af3 authored by Pavel Roskin's avatar Pavel Roskin Committed by Alexandre Julliard

Include ntdll_misc.h to get the GetCurrentProcess/ThreadId macros.

parent 91f234f2
......@@ -55,6 +55,7 @@
#include "wine/library.h"
#include "wine/server.h"
#include "winerror.h"
#include "ntdll_misc.h"
/* Some versions of glibc don't define this */
#ifndef SCM_RIGHTS
......
......@@ -47,6 +47,7 @@
#include "wine/library.h"
#include "wine/server.h"
#include "wine/debug.h"
#include "ntdll_misc.h"
WINE_DEFAULT_DEBUG_CHANNEL(virtual);
WINE_DECLARE_DEBUG_CHANNEL(module);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment