From 799b568dfb0a1ececa9512894b199a8c4dfc050f Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Fri, 7 Aug 2020 14:32:24 +0800 Subject: [PATCH] Add le64toh to compat.h for bladerf support on osx --- compat/compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/compat/compat.h b/compat/compat.h index f0525bb..5aec247 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -17,6 +17,7 @@ # include # define le16toh(x) OSSwapLittleToHostInt16(x) # define le32toh(x) OSSwapLittleToHostInt32(x) +# define le64toh(x) OSSwapLittleToHostInt64(x) #elif defined(__FreeBSD__) #include