natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h.
* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or fcntl.h. From-SVN: r55780
This commit is contained in:
parent
b41f25cf92
commit
8a7f132d3d
2 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,6 @@ details. */
|
|||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/socket.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
#define BSD_COMP /* Get FIONREAD on Solaris2. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue