From dc7b986e1092e59195085b708033723f4912b98f Mon Sep 17 00:00:00 2001 From: Thefrank <1910378+Thefrank@users.noreply.github.com> Date: Mon, 13 Mar 2023 09:36:25 -0700 Subject: [PATCH] Build fix for FreeBSD (#449) --- ixwebsocket/IXNetSystem.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ixwebsocket/IXNetSystem.h b/ixwebsocket/IXNetSystem.h index c7f376a4..b6c3b9d1 100644 --- a/ixwebsocket/IXNetSystem.h +++ b/ixwebsocket/IXNetSystem.h @@ -8,6 +8,10 @@ #include +#ifdef __FreeBSD__ +#include +#endif + #ifdef _WIN32 #ifndef WIN32_LEAN_AND_MEAN