X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..1e8eb98d30459399902534082c88b94bb26bb2e3:/stargazer/plugins/other/radius/conn.cpp?ds=sidebyside 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;