diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/OSSupport/Network.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/OSSupport/Network.h b/src/OSSupport/Network.h index 8e3f20025..32163b710 100644 --- a/src/OSSupport/Network.h +++ b/src/OSSupport/Network.h @@ -13,6 +13,14 @@ +#ifdef __FreeBSD__ + #include <netinet/in.h> +#endif + + + + + // fwd: class cTCPLink; typedef std::shared_ptr<cTCPLink> cTCPLinkPtr; @@ -357,4 +365,3 @@ public: - |