This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RE: functions declared implicitly

When I compile spawn.c I get warnings because of functions declared implicitly. These functions are: _SlDrvObjUnLock, _SlDrvObjLockWaitForever, _SlDrvSyncObjSignal. To avoid warnings, inclusion of driver.h in spawn.c is needed. When I include this file I get an error because _SlCommandHeader_t is undefined. To fix this error protocol.h must be included in spawn.c.