summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm48_rr.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/gsm48_rr.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/gsm48_rr.c')
-rw-r--r--src/host/layer23/src/mobile/gsm48_rr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/host/layer23/src/mobile/gsm48_rr.c b/src/host/layer23/src/mobile/gsm48_rr.c
index a6f8a028..502a7503 100644
--- a/src/host/layer23/src/mobile/gsm48_rr.c
+++ b/src/host/layer23/src/mobile/gsm48_rr.c
@@ -80,6 +80,8 @@
#include <osmocom/bb/common/l1ctl.h>
#include <osmocom/bb/mobile/vty.h>
+#include <l1ctl_proto.h>
+
static void start_rr_t_meas(struct gsm48_rrlayer *rr, int sec, int micro);
static void stop_rr_t_starting(struct gsm48_rrlayer *rr);
static void stop_rr_t3124(struct gsm48_rrlayer *rr);