fixed missing include for FreeBSD. (#4852)
This commit is contained in:
parent
c2f8ceb554
commit
834d61dacc
@ -13,6 +13,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef __FreeBSD__
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// fwd:
|
// fwd:
|
||||||
class cTCPLink;
|
class cTCPLink;
|
||||||
typedef std::shared_ptr<cTCPLink> cTCPLinkPtr;
|
typedef std::shared_ptr<cTCPLink> cTCPLinkPtr;
|
||||||
@ -357,4 +365,3 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user