X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..f88b8e1e0e34f1e25e86468ca271a89af4872eab:/stargazer/plugins/other/radius/conn.cpp diff --git a/stargazer/plugins/other/radius/conn.cpp b/stargazer/plugins/other/radius/conn.cpp index a209409b..d8bca57f 100644 --- a/stargazer/plugins/other/radius/conn.cpp +++ b/stargazer/plugins/other/radius/conn.cpp @@ -41,6 +41,11 @@ #include #include +#ifndef MSG_NOSIGNAL +// On OSX this flag does not exist. +#define MSG_NOSIGNAL 0 +#endif + using STG::Conn; using STG::Config; using STG::JSON::Parser;