FreeBSD patch to sckaddr.cpp; include more files in manual; misc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-10-06 09:33:58 +00:00
parent 32cbeff4c3
commit 1b826605f5
6 changed files with 17 additions and 44 deletions

View File

@@ -41,6 +41,9 @@
#include <socket.h>
#include <in.h>
#else
#if defined(__FreeBSD__) || defined (__NetBSD__)
#include <sys/types.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>