pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30976 )
Change subject: mobile: settings.h: Add missing type forward declaration ......................................................................
mobile: settings.h: Add missing type forward declaration
Change-Id: Ibdfa905e2bd24f03d23ce114e969647b07a2009f --- M src/host/layer23/include/osmocom/bb/mobile/settings.h 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve neels: Looks good to me, approved
diff --git a/src/host/layer23/include/osmocom/bb/mobile/settings.h b/src/host/layer23/include/osmocom/bb/mobile/settings.h index 7b64e40..c9a3622 100644 --- a/src/host/layer23/include/osmocom/bb/mobile/settings.h +++ b/src/host/layer23/include/osmocom/bb/mobile/settings.h @@ -4,6 +4,8 @@ #include <osmocom/core/utils.h> #include <osmocom/core/linuxlist.h>
+struct osmocom_ms; + #define MOB_C7_DEFLT_ANY_TIMEOUT 30
/* CC (Call Control) message handling entity */
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.