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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue