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.

Missing extern "C" in TransportQmss.h header

Hi, 

While including the TransportQmss.h header in a C++ application, I had to surround the include with 

#if defined (__cplusplus)
extern "C" {
#include <ti/ipc/transports/TransportQmss.h>
}
#endif

It would be nice if the header includes this #if already so that we don't have to do when including the header from within our C++ application. 

Regards,

- David