Hi, trying to include time.h or ti/posix/ccs/time.h and call mktime, but I get the following compile error:
#102 timespec has already been defined in the current scope
#102 itimerspec has already been defined in the current scope
How can I resolve this? Is there an example to follow?