mirror of
https://github.com/GOSTSec/gostcoin
synced 2025-02-07 20:34:21 +00:00
Update netbase.cpp
This commit is contained in:
parent
14345de790
commit
ea7128d3bd
@ -17,6 +17,11 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// MSG_NOSIGNAL is not available on some platforms, if it doesn't exist define it as 0
|
||||
#if !defined(MSG_NOSIGNAL)
|
||||
#define MSG_NOSIGNAL 0
|
||||
#endif
|
||||
|
||||
#include <boost/algorithm/string/case_conv.hpp> // for to_lower()
|
||||
#include <boost/algorithm/string/predicate.hpp> // for startswith() and endswith()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user