summaryrefslogtreecommitdiff
path: root/libjava/win32.cc
diff options
context:
space:
mode:
authorAdam Megacz <adam@xwt.org>2002-02-12 04:35:32 +0000
committerAdam Megacz <megacz@gcc.gnu.org>2002-02-12 04:35:32 +0000
commit1febeb40bfbd7970e5b7b74ddd9d06b2dff4de12 (patch)
treea86bf573e70278952ffa8368caa0aea2b20e5c6e /libjava/win32.cc
parent88c38cc1b02a2eed7b7956e331b1719aa26d9639 (diff)
downloadgcc-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.cc2
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)