natInetAddressNoNet.cc: Include stddef.h.
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
This commit is contained in:
committed by
Michael Koch
parent
5eec7c8caf
commit
24a3f7ac04
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user