diff --git a/tests/rlcmac/RLCMACTest.cpp b/tests/rlcmac/RLCMACTest.cpp index 598d11a1..4bde5bf7 100644 --- a/tests/rlcmac/RLCMACTest.cpp +++ b/tests/rlcmac/RLCMACTest.cpp @@ -28,7 +28,6 @@ #include "decoding.h" extern "C" { -extern const struct log_info gprs_log_info; #include "pcu_vty.h" #include #include @@ -41,6 +40,8 @@ extern const struct log_info gprs_log_info; } using namespace std; +#include "gprs_debug.h" + void *tall_pcu_ctx; void printSizeofRLCMAC()