aboutsummaryrefslogtreecommitdiffstats
path: root/src/poll_controller.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:47:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2019-09-25 17:50:06 +0200
commit9d1cdb1f697057033394590a9b2815efe6c08cd9 (patch)
tree6949835a400a15e75bfd8196c591d16727594fb8 /src/poll_controller.cpp
parent488aa2908387356b2ae0e84157974f962f45972a (diff)
Move out tbf subclasses from tbf.h to their own headers
It's a good start towards clearing current mess between parent and the 2 children classes. Change-Id: Ibc22ea2e02609af7ee058b8bc15df2115d4c6f60
Diffstat (limited to 'src/poll_controller.cpp')
-rw-r--r--src/poll_controller.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/poll_controller.cpp b/src/poll_controller.cpp
index 744b612f..ac795101 100644
--- a/src/poll_controller.cpp
+++ b/src/poll_controller.cpp
@@ -23,6 +23,7 @@
#include <poll_controller.h>
#include <bts.h>
#include <tbf.h>
+#include <tbf_ul.h>
#include <cxx_linuxlist.h>
#include <sba.h>