aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/telnet_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/telnet_interface.h')
-rw-r--r--openbsc/include/openbsc/telnet_interface.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index cd9da3cd9..20e794b49 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -22,8 +22,8 @@
#define TELNET_INTERFACE_H
#include "gsm_data.h"
-#include "linuxlist.h"
-#include "select.h"
+#include "debug.h"
+#include <osmocore/select.h>
#include <vty/vty.h>
@@ -32,6 +32,7 @@ struct telnet_connection {
struct gsm_network *network;
struct bsc_fd fd;
struct vty *vty;
+ struct debug_target *dbg;
};