diff options
author | Adam Megacz <adam@xwt.org> | 2002-02-12 04:35:32 +0000 |
---|---|---|
committer | Adam Megacz <megacz@gcc.gnu.org> | 2002-02-12 04:35:32 +0000 |
commit | 1febeb40bfbd7970e5b7b74ddd9d06b2dff4de12 (patch) | |
tree | a86bf573e70278952ffa8368caa0aea2b20e5c6e /libjava/win32.cc | |
parent | 88c38cc1b02a2eed7b7956e331b1719aa26d9639 (diff) | |
download | gcc-1febeb40bfbd7970e5b7b74ddd9d06b2dff4de12.tar.gz |
win32.cc: Added two #includes to make win32.cc compile.
2002-02-12 Adam Megacz <adam@xwt.org>
* win32.cc: Added two #includes to make win32.cc compile.
From-SVN: r49696
Diffstat (limited to 'libjava/win32.cc')
-rw-r--r-- | libjava/win32.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libjava/win32.cc b/libjava/win32.cc index 0c027851115..f425462523d 100644 --- a/libjava/win32.cc +++ b/libjava/win32.cc @@ -9,8 +9,10 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details. */ #include <config.h> +#include <jvm.h> #include "platform.h" +#include <java/lang/ArithmeticException.h> static LONG CALLBACK win32_exception_handler (LPEXCEPTION_POINTERS e) |