fixed missing include for FreeBSD. (#4852)

This commit is contained in:
SatoKaito
2020-09-10 00:17:06 +01:00
committed by GitHub
parent c2f8ceb554
commit 834d61dacc
+8 -1
View File
@@ -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: