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:
Bryce McKinlay 2002-03-11 04:15:51 +00:00 committed by Bryce McKinlay
parent 72da3c3e58
commit 60678e476f
3 changed files with 10 additions and 1 deletions

View file

@ -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>