aboutsummaryrefslogtreecommitdiffstats
path: root/lib/receiver/receiver_impl.cc
diff options
context:
space:
mode:
authorDavid Holm <dholmster@gmail.com>2014-12-01 21:19:18 +0100
committerDavid Holm <dholmster@gmail.com>2014-12-01 21:27:27 +0100
commit9880653e0fffa4710941a931ae6c243313fc7811 (patch)
treeea865e5007cc047579f51c4b21795590ba1621a6 /lib/receiver/receiver_impl.cc
parente60e671ffddc4ca712d67a4aae3f461e9fc31e8f (diff)
endian: MacOS X support for endian conversion macros
betohX/htobeX are only available on GNU/Linux. This change introduces a header file that maps these functions to the ones available on MacOS X.
Diffstat (limited to 'lib/receiver/receiver_impl.cc')
-rw-r--r--lib/receiver/receiver_impl.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/receiver/receiver_impl.cc b/lib/receiver/receiver_impl.cc
index a31721d..25dc994 100644
--- a/lib/receiver/receiver_impl.cc
+++ b/lib/receiver/receiver_impl.cc
@@ -38,6 +38,7 @@
#include <iomanip>
#include <assert.h>
#include <boost/scoped_ptr.hpp>
+#include <gsm/endian.h>
//files included for debuging
//#include "plotting/plotting.hpp"