natInetAddressNoNet.cc: Include stddef.h.
authorMichael Koch <konqueror@gmx.de>
Mon, 24 Mar 2003 13:40:44 +0000 (13:40 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Mon, 24 Mar 2003 13:40:44 +0000 (13:40 +0000)
2003-03-24  Michael Koch  <konqueror@gmx.de>

* java/net/natInetAddressNoNet.cc:
Include stddef.h.
* java/net/natPlainDatagramSocketImplNoNet.cc:
Fixed inlcude of java/net/DatagramPacket.h.
* java/net/natPlainSocketImplNoNet.cc:
Include some missing classes.

From-SVN: r64795

libjava/ChangeLog
libjava/java/net/natInetAddressNoNet.cc
libjava/java/net/natPlainDatagramSocketImplNoNet.cc
libjava/java/net/natPlainSocketImplNoNet.cc

index 18400da496b3b3b5bff8da49a890e8c5649ea5ca..dd1e4610798e2a751af79ed462deb2723c46c042 100644 (file)
@@ -1,3 +1,12 @@
+2003-03-24  Michael Koch  <konqueror@gmx.de>
+
+       * java/net/natInetAddressNoNet.cc:
+       Include stddef.h.
+       * java/net/natPlainDatagramSocketImplNoNet.cc:
+       Fixed inlcude of java/net/DatagramPacket.h.
+       * java/net/natPlainSocketImplNoNet.cc:
+       Include some missing classes.
+
 2003-03-24  Michael Koch  <konqueror@gmx.de>
 
        * java/awt/dnd/DropTarget.java
index d28e6b35c222dd49a16b0e1108c38bb01766baf8..0374af18f88f8953a852188cda8b58c97c8c2223 100644 (file)
@@ -7,6 +7,7 @@ Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
 details.  */
 
 #include <config.h>
+#include <stddef.h>
 
 #include <java/net/InetAddress.h>
 
index 7c05ee9aa730a4b9f01099c4425dcb3bb21d595f..a2a08d719c44dcefe6fb7c8695d20bd5e6e0ef49 100644 (file)
@@ -12,7 +12,7 @@ details.  */
 #include <java/io/IOException.h>
 #include <java/lang/Object.h>
 #include <java/net/BindException.h>
-#include <java/net/DatagramPacketInetAddress.h>
+#include <java/net/DatagramPacket.h>
 #include <java/net/InetAddress.h>
 #include <java/net/NetworkInterface.h>
 #include <java/net/PlainDatagramSocketImpl.h>
index 67270df444599b12a0859f9080159485287e0ad2..e65438ef1d5904f470f999810de4140119a0f901 100644 (file)
@@ -9,7 +9,11 @@ details.  */
 #include <config.h>
 #include <platform.h>
 
+#include <java/io/IOException.h>
+#include <java/net/BindException.h>
+#include <java/net/ConnectException.h>
 #include <java/net/PlainSocketImpl.h>
+#include <java/net/SocketException.h>
 
 void
 java::net::PlainSocketImpl::create (jboolean)