A related question is a question created from another question. When the related question is created, it will be automatically linked to the original question.
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.
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.