mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix OS X version parsing/error related to OS X 10.10 update.
This commit is contained in:
committed by
Vinnie Falco
parent
65125eac87
commit
5b7f172d03
@@ -41,6 +41,9 @@ namespace zsutil {
|
||||
#define TYP_SMLE 1
|
||||
#define TYP_BIGE 2
|
||||
|
||||
#undef htonll
|
||||
#undef ntohll
|
||||
|
||||
uint64_t htonll(uint64_t src);
|
||||
uint64_t ntohll(uint64_t src);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user