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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/include/openbsc/telnet_interface.h b/openbsc/include/openbsc/telnet_interface.h
index 20e794b49..b8c36b6a1 100644
--- a/openbsc/include/openbsc/telnet_interface.h
+++ b/openbsc/include/openbsc/telnet_interface.h
@@ -22,7 +22,7 @@
#define TELNET_INTERFACE_H
#include "gsm_data.h"
-#include "debug.h"
+#include <openbsc/debug.h>
#include <osmocore/select.h>
#include <vty/vty.h>
@@ -32,7 +32,7 @@ struct telnet_connection {
struct gsm_network *network;
struct bsc_fd fd;
struct vty *vty;
- struct debug_target *dbg;
+ struct log_target *dbg;
};