* gnu/java/net/natPlainSocketImplWin32.cc: Add missing #includes.
PR libgcj/12388.
From-SVN: r71750
+2003-09-25 Bryce McKinlay <bryce@mckinlay.net.nz>
+
+ * gnu/java/net/natPlainSocketImplWin32.cc: Add missing #includes.
+ PR libgcj/12388.
+
2003-09-24 Bryce McKinlay <bryce@mckinlay.net.nz>
* java/lang/StringBuffer.java (substring): Don't set `shared' on small
#undef MIN_PRIORITY
#include <gnu/java/net/PlainSocketImpl.h>
+#include <gnu/java/net/PlainSocketImpl$SocketInputStream.h>
+#include <gnu/java/net/PlainSocketImpl$SocketOutputStream.h>
#include <java/io/IOException.h>
#include <java/io/InterruptedIOException.h>
#include <java/net/BindException.h>