X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4ada568223b79c8a5769cc351c36a8e2ccd7841..a65f3e5499f1e04edab6e6c4443c5b2278ce9a66:/src/common/sckaddr.cpp diff --git a/src/common/sckaddr.cpp b/src/common/sckaddr.cpp index 55a9521b6e..db66326bb2 100644 --- a/src/common/sckaddr.cpp +++ b/src/common/sckaddr.cpp @@ -13,6 +13,16 @@ #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 @@ -31,6 +41,10 @@ #include #include #else +#if defined(__FreeBSD__) || defined (__NetBSD__) +#include +#endif +#include #include #include #include @@ -42,10 +56,6 @@ #include "wx/sckaddr.h" -#ifdef __BORLANDC__ -#pragma hdrstop -#endif - #define CHECK_ADDRTYPE(var, type) #if !USE_SHARED_LIBRARY