1
0
Fork 0

fixed missing include for FreeBSD. (#4852)

This commit is contained in:
SatoKaito 2020-09-10 08:17:06 +09:00 committed by GitHub
parent c2f8ceb554
commit 834d61dacc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

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: