Include ntdll_misc.h to avoid undefined reference to GetProcessHeap

when compiled without optimization.
This commit is contained in:
Pavel Roskin 2003-10-30 23:06:41 +00:00 committed by Alexandre Julliard
parent 6a83224eb3
commit 0f252372b7
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "wine/list.h"
#include "wine/debug.h"
#include "excpt.h"
#include "ntdll_misc.h"
WINE_DEFAULT_DEBUG_CHANNEL(seh);