mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-11 05:23:55 +08:00
re PR libgcj/12388 (mingw32 target fails to build libjava)
* gnu/java/net/natPlainSocketImplWin32.cc: Add missing #includes. PR libgcj/12388. From-SVN: r71750
This commit is contained in:
parent
d8becd5571
commit
3d5cd60062
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
@ -14,6 +14,8 @@ details. */
|
||||
#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>
|
||||
|
Loading…
Reference in New Issue
Block a user