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:
Michael Koch 2003-03-24 13:40:44 +00:00 committed by Michael Koch
parent 5eec7c8caf
commit 24a3f7ac04
4 changed files with 15 additions and 1 deletions

View 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>