natPlainSocketImpl.cc: Added #include <platform.h>.

2002-03-10  Adam Megacz <adam@xwt.org>

        * java/net/natPlainSocketImpl.cc: Added #include <platform.h>.

From-SVN: r50556
This commit is contained in:
Adam Megacz 2002-03-11 01:34:08 +00:00
parent c15892e05e
commit 72da3c3e58
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-10 Adam Megacz <adam@xwt.org>
* java/net/natPlainSocketImpl.cc: Added #include <platform.h>.
2002-03-10 Tom Tromey <tromey@redhat.com> 2002-03-10 Tom Tromey <tromey@redhat.com>
* java/awt/GridLayout.java (layoutContainer): Handle case where * java/awt/GridLayout.java (layoutContainer): Handle case where
@ -55,6 +59,7 @@
* java/lang/natObject.cc: Move thread synchronization primitives to * java/lang/natObject.cc: Move thread synchronization primitives to
system-dependent headers. system-dependent headers.
>>>>>>> 1.1231
2002-03-09 Adam Megacz <adam@xwt.org> 2002-03-09 Adam Megacz <adam@xwt.org>
* java/io/natFileDescriptorWin32.cc (read): Return -1 if zero * java/io/natFileDescriptorWin32.cc (read): Return -1 if zero

View File

@ -7,7 +7,7 @@ Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
details. */ details. */
#include <config.h> #include <config.h>
#include <platform.h>
#ifndef DISABLE_JAVA_NET #ifndef DISABLE_JAVA_NET
#ifdef WIN32 #ifdef WIN32