Attention is currently required from: msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30976 )
Change subject: mobile: settings.h: Add missing type forward declaration ......................................................................
Patch Set 1:
(1 comment)
File src/host/layer23/include/osmocom/bb/mobile/settings.h:
https://gerrit.osmocom.org/c/osmocom-bb/+/30976/comment/a9614b94_f1ce01db PS1, Line 7: struct osmocom_ms;
Why is this necessary? Does the lack of it cause some compiler warning?
It's necessary because osmocom_ms is used further below. It will cause compiler errors in followup comits when the way includes are imported change.