Skip to content

Commit

Permalink
[build] Fix MacOS Build with SDK-10.5 (#2462).
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsantiago0 committed Sep 27, 2022
1 parent d84ac20 commit 90af35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srtcore/socketconfig.cpp
Expand Up @@ -502,7 +502,7 @@ struct CSrtConfigSetter<SRTO_CONNTIMEO>
if (val < 0)
throw CUDTException(MJ_NOTSUP, MN_INVAL, 0);

using namespace sync;
using namespace srt::sync;
co.tdConnTimeOut = milliseconds_from(val);
}
};
Expand Down

0 comments on commit 90af35a

Please sign in to comment.