aboutsummaryrefslogtreecommitdiffstats
path: root/src/pcu_l1_if.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-10-16 17:42:31 +0200
committerIvan Kluchnikov <kluchnikovi@gmail.com>2013-10-28 12:51:38 +0400
commit099535a1a7118d195d91584d05659e7ee936e422 (patch)
tree4a8aff8b167e271a015615b880ce96a104d8f54e /src/pcu_l1_if.cpp
parent869212836534e82c41180003cc939bcfdf79b7f7 (diff)
tbf: Move the struct to the tbf.h header file
This is the begin of a long march of turning tbf into a C++ class and properly hiding the secrets inside this implementation instead of having it spread across various different files.
Diffstat (limited to 'src/pcu_l1_if.cpp')
-rw-r--r--src/pcu_l1_if.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pcu_l1_if.cpp b/src/pcu_l1_if.cpp
index 218dc23a..47bf7404 100644
--- a/src/pcu_l1_if.cpp
+++ b/src/pcu_l1_if.cpp
@@ -37,6 +37,7 @@ extern "C" {
#include <gprs_debug.h>
#include <gprs_bssgp_pcu.h>
#include <pcuif_proto.h>
+#include <tbf.h>
// FIXME: move this, when changed from c++ to c.
extern "C" {