summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/app_mobile.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-06-22 23:08:55 +0200
committerHarald Welte <laforge@gnumonks.org>2011-06-22 23:08:55 +0200
commit5d65fcba6caf949c910dd86e43e7d1bef3b219d2 (patch)
treecf2195431803a98b9a94a33429e0b8b2687c9a7b /src/host/layer23/src/mobile/app_mobile.c
parentf36e4fe86c68e52e9714c0b9e9ec9a86b4a76bde (diff)
add l1ctl_proto.h #includes to lots of files
this is apparently a result of no longer including it indirectly via lapdm.h
Diffstat (limited to 'src/host/layer23/src/mobile/app_mobile.c')
-rw-r--r--src/host/layer23/src/mobile/app_mobile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/app_mobile.c b/src/host/layer23/src/mobile/app_mobile.c
index ed672c9c..1766d7e5 100644
--- a/src/host/layer23/src/mobile/app_mobile.c
+++ b/src/host/layer23/src/mobile/app_mobile.c
@@ -42,6 +42,8 @@
#include <osmocom/core/select.h>
#include <osmocom/core/signal.h>
+#include <l1ctl_proto.h>
+
extern void *l23_ctx;
extern struct llist_head ms_list;
extern int vty_reading;