Include of grgsm/endian.h allows for make on OSX

If this is not included the following error occurs during make.

gr-gsm/lib/flow_control/uplink_downlink_splitter_impl.cc:58:30: error: use of undeclared identifier 'be16toh'
This commit is contained in:
aurelienduarte 2016-10-10 20:27:11 +02:00 committed by GitHub
parent 9494c8940d
commit b52c15f968
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <gnuradio/io_signature.h>
#include "uplink_downlink_splitter_impl.h"
#include <grgsm/gsmtap.h>
#include <grgsm/endian.h>
#define BURST_SIZE 148
namespace gr {
namespace grgsm {