Fix OS X version parsing/error related to OS X 10.10 update.

This commit is contained in:
Howard Hinnant
2014-10-20 21:55:57 -04:00
committed by Vinnie Falco
parent 65125eac87
commit 5b7f172d03
2 changed files with 7 additions and 3 deletions

View File

@@ -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);