From 67ed34eedb59320095396ff2f65f360c046d88c5 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 17 Oct 2013 17:01:54 +0200 Subject: bts: Move struct gprs_rlcmac_bts and other structs into a bts.h Begin to make the BTS a real C++ object with real responsibilities. The biggest issue will be the pcu_vty.c that might not like C++ at all. --- tests/emu/pcu_emu.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/emu/pcu_emu.cpp b/tests/emu/pcu_emu.cpp index b68b856..4b58a8b 100644 --- a/tests/emu/pcu_emu.cpp +++ b/tests/emu/pcu_emu.cpp @@ -29,6 +29,7 @@ extern "C" { #include #include +#include #include #include -- cgit v1.2.1