Missing Type for Config Tree

Hi there… gotta a link problem…
I’m including legato.h but during compilation i receive:

unknown type name ‘le_cfg_IteratorRef_t’

I think solution is simple… but in all examples i just find inclusion for legato.h and interfaces.h, and nothing else…

Gian

you can see this example which also uses ‘le_cfg_IteratorRef_t’ in eCallApp.c.
I don’t see problem to compile it in WP76 FW R13.

Thanks… I fixed… I simply forget to add le_cfg.api in component def file.
Thanks again, you are my “protecting angel” jyijyi.

Gian