X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..a4388683f1b20020b5425c59c401d6ab673860de:/src/common/sckaddr.cpp diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index 55a9521b6e..d681261969 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -13,10 +13,22 @@ #pragma implementation "sckaddr.h" #endif +// For compilers that support precompilation, includes "wx.h". +#include "wx/wxprec.h" + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP +#endif + #include #include #include +#ifndef __MWERKS__ #include +#endif #include "wx/defs.h" #include "wx/object.h" @@ -31,6 +43,10 @@ #include #include #else +#if defined(__FreeBSD__) || defined (__NetBSD__) +#include +#endif +#include #include #include #include @@ -42,10 +58,6 @@ #include "wx/sckaddr.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #define CHECK_ADDRTYPE(var, type) #if !USE_SHARED_LIBRARY