l1_if: add include for missing header file

the function bts_cbch_get() is used in l1_if.c. The function is
declared in cbch.h. Lets include this header file in order to be
complete.

Change-Id: I95d7e89eed969dd5b3ccff0eebcc6c568196a97d
This commit is contained in:
Philipp Maier 2019-03-15 14:50:37 +01:00
parent 45a8d4b2be
commit 668d20cc1d
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include <osmo-bts/l1sap.h>
#include <osmo-bts/msg_utils.h>
#include <osmo-bts/dtx_dl_amr_fsm.h>
#include <osmo-bts/cbch.h>
#include <nrw/oc2g/oc2g.h>
#include <nrw/oc2g/gsml1prim.h>