summaryrefslogtreecommitdiff
path: root/libjava/win32.cc
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-19 16:28:37 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2003-02-19 16:28:37 +0000
commitb0d711bfdd7790a4389315d05d4bc73bd2f6c66c (patch)
tree55e28161084820223bfd22506591a202176c976e /libjava/win32.cc
parent18cc54f0d8c3f8f15b8f9a7c4ee6ae9e3834b0bf (diff)
downloadgcc-b0d711bfdd7790a4389315d05d4bc73bd2f6c66c.tar.gz
* gnu/gcj/runtime/natStackTrace.cc: Include platform.h immediately
after config.h. Use <> for consistency. * java/lang/natObject.cc: Likewise. * java/lang/natRuntime.cc: Likewise. * java/lang/natSystem.cc: Likewise. * java/util/natTimeZone.cc: Likewise. * win32.cc: Likewise. * include/posix.h (fcntl, socket, connect, close, bind, accept, listen, write, read): Undef to avoid interference from OS macros. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/win32.cc')
-rw-r--r--libjava/win32.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/win32.cc b/libjava/win32.cc
index af1163fbfa9..59c3be244b6 100644
--- a/libjava/win32.cc
+++ b/libjava/win32.cc
@@ -1,6 +1,6 @@
// win32.cc - Helper functions for Microsoft-flavored OSs.
-/* Copyright (C) 2002 Free Software Foundation
+/* Copyright (C) 2002, 2003 Free Software Foundation
This file is part of libgcj.
@@ -9,11 +9,11 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */
#include <config.h>
+#include <platform.h>
#include <jvm.h>
#include <sys/timeb.h>
#include <stdlib.h>
-#include "platform.h"
#include <java/lang/ArithmeticException.h>
#include <java/util/Properties.h>