posix.h: Add multiple include header protection.
* include/posix.h: Add multiple include header protection. * java/net/natPlainSocketImpl.cc: Don't #include <posix.h>. From-SVN: r50559
This commit is contained in:
parent
72da3c3e58
commit
60678e476f
3 changed files with 10 additions and 1 deletions
|
@ -45,7 +45,6 @@ read(int s, void *buf, int len)
|
|||
#define ENOPROTOOPT 109
|
||||
#endif
|
||||
#else /* WIN32 */
|
||||
#include "posix.h"
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue