| commit | 0f252372b78af5dc5a92645ffdac27bf164d97c1 | [log] [tgz] |
|---|---|---|
| author | Pavel Roskin <proski@gnu.org> | Thu Oct 30 23:06:41 2003 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Thu Oct 30 23:06:41 2003 +0000 |
| tree | a8d564fa37298927b044792d0ea0c1756814855a | |
| parent | 6a83224eb3404d991b95e88957275d5d6041f2cc [diff] |
Include ntdll_misc.h to avoid undefined reference to GetProcessHeap when compiled without optimization.
diff --git a/dlls/ntdll/exception.c b/dlls/ntdll/exception.c index b95c902..48e222b 100644 --- a/dlls/ntdll/exception.c +++ b/dlls/ntdll/exception.c
@@ -36,6 +36,7 @@ #include "wine/list.h" #include "wine/debug.h" #include "excpt.h" +#include "ntdll_misc.h" WINE_DEFAULT_DEBUG_CHANNEL(seh);