add l1ctl_proto.h #includes to lots of files
authorHarald Welte <laforge@gnumonks.org>
Wed, 22 Jun 2011 21:08:55 +0000 (23:08 +0200)
committerHarald Welte <laforge@gnumonks.org>
Wed, 22 Jun 2011 21:08:55 +0000 (23:08 +0200)
this is apparently a result of no longer including it indirectly via lapdm.h

src/host/layer23/src/misc/app_bcch_scan.c
src/host/layer23/src/misc/app_cbch_sniff.c
src/host/layer23/src/misc/app_ccch_scan.c
src/host/layer23/src/misc/app_cell_log.c
src/host/layer23/src/mobile/app_mobile.c
src/host/layer23/src/mobile/gsm322.c
src/host/layer23/src/mobile/gsm48_rr.c

index 3ad426d..4c31f1a 100644 (file)
@@ -33,6 +33,8 @@
 #include <osmocom/core/select.h>
 #include <osmocom/core/signal.h>
 
+#include <l1ctl_proto.h>
+
 static int signal_cb(unsigned int subsys, unsigned int signal,
                     void *handler_data, void *signal_data)
 {
index ec11234..83c5468 100644 (file)
@@ -35,6 +35,8 @@
 #include <osmocom/core/signal.h>
 #include <osmocom/gsm/rsl.h>
 
+#include <l1ctl_proto.h>
+
 struct osmocom_ms *g_ms;
 struct gsm48_sysinfo g_sysinfo = {};
 
index 02b5e47..2f60505 100644 (file)
@@ -40,6 +40,8 @@
 #include <osmocom/bb/common/l1ctl.h>
 #include <osmocom/bb/common/l23_app.h>
 
+#include <l1ctl_proto.h>
+
 static struct {
        int has_si1;
        int ccch_mode;
index 22ed021..27290be 100644 (file)
@@ -35,6 +35,8 @@
 #include <osmocom/core/talloc.h>
 #include <osmocom/core/utils.h>
 
+#include <l1ctl_proto.h>
+
 extern struct log_target *stderr_target;
 extern void *l23_ctx;
 
index ed672c9..1766d7e 100644 (file)
@@ -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;
index bcf3c78..210215e 100644 (file)
@@ -39,6 +39,8 @@
 #include <osmocom/bb/mobile/vty.h>
 #include <osmocom/bb/mobile/app_mobile.h>
 
+#include <l1ctl_proto.h>
+
 const char *ba_version = "osmocom BA V1\n";
 
 extern void *l23_ctx;
index a6f8a02..502a750 100644 (file)
@@ -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);