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
This commit is contained in:
Adam Megacz 2002-02-12 04:35:32 +00:00 committed by Adam Megacz
parent 88c38cc1b0
commit 1febeb40bf
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-02-12 Adam Megacz <adam@xwt.org>
* win32.cc: Added two #includes to make win32.cc compile.
2002-02-12 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* boehm.cc (initialized, obj_kind_x, obj_free_list): Removed unused

View File

@ -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)