From 834d61dacc1c9fd9d0f6cb7a7fcab41efb2d2ed6 Mon Sep 17 00:00:00 2001 From: SatoKaito <70882570+skpub@users.noreply.github.com> Date: Thu, 10 Sep 2020 08:17:06 +0900 Subject: [PATCH] fixed missing include for FreeBSD. (#4852) --- src/OSSupport/Network.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 +#endif + + + + + // fwd: class cTCPLink; typedef std::shared_ptr cTCPLinkPtr; @@ -357,4 +365,3 @@ public: -