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:
committed by
Bryce McKinlay
parent
72da3c3e58
commit
60678e476f
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user