Hi Support team,
I'm compiling some c code with ncs v2.5.1, the include files are:
C:/dataLogger/hello_world/src/remote/tahu/tahu.c:104:45: warning: implicit declaration of function 'strndup'; did you mean 'strncmp'? [-Wimplicit-function-declaration]
104 | propertyvalue->value.string_value = strndup(value, size);
| ^~~~~~~
| strncmp
C:/dataLogger/hello_world/src/remote/tahu/tahu.c:341:5: warning: implicit declaration of function 'clock_gettime' [-Wimplicit-function-declaration]
341 | clock_gettime(CLOCK_REALTIME, &ts);
| ^~~~~~~~~~~~~