From 9880653e0fffa4710941a931ae6c243313fc7811 Mon Sep 17 00:00:00 2001 From: David Holm Date: Mon, 1 Dec 2014 21:19:18 +0100 Subject: 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. --- lib/demapping/get_bcch_or_ccch_bursts_impl.cc | 1 + lib/demapping/universal_ctrl_chans_demapper_impl.cc | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/demapping') diff --git a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc index 78d4280..f481294 100644 --- a/lib/demapping/get_bcch_or_ccch_bursts_impl.cc +++ b/lib/demapping/get_bcch_or_ccch_bursts_impl.cc @@ -23,6 +23,7 @@ #endif #include +#include #include #include "get_bcch_or_ccch_bursts_impl.h" diff --git a/lib/demapping/universal_ctrl_chans_demapper_impl.cc b/lib/demapping/universal_ctrl_chans_demapper_impl.cc index 75fa6f7..5c83598 100644 --- a/lib/demapping/universal_ctrl_chans_demapper_impl.cc +++ b/lib/demapping/universal_ctrl_chans_demapper_impl.cc @@ -24,6 +24,7 @@ #include #include "universal_ctrl_chans_demapper_impl.h" +#include #include namespace gr { -- cgit v1.2.3