aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/common_vty.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-16 17:45:59 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-16 17:53:38 +0800
commit68d85d5610858e1c7d0427a82bae1fb645f5590a (patch)
tree1011076b6b2092c17f5ff5d30331ce3e9dbd2474 /openbsc/src/libgb/common_vty.h
parentfdd8b3b40dd4499a15558afc10f8d7cfd0041157 (diff)
libgb: Remove dependency to openbsc/debug.h
Diffstat (limited to 'openbsc/src/libgb/common_vty.h')
-rw-r--r--openbsc/src/libgb/common_vty.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsc/src/libgb/common_vty.h b/openbsc/src/libgb/common_vty.h
index a2782663d..8c6b9ab16 100644
--- a/openbsc/src/libgb/common_vty.h
+++ b/openbsc/src/libgb/common_vty.h
@@ -1,4 +1,7 @@
#include <osmocom/vty/command.h>
+#include <osmocom/core/logging.h>
+
+extern int DNS, DBSSGP;
extern struct cmd_element libgb_exit_cmd;
extern struct cmd_element libgb_end_cmd;