I'm trying to modify simple hello world to send UDP datagram.
SDK is throwing error on #include <sys/socket.h>
../src/helloworld.c:43:24: fatal error: sys/socket.h: No such file or directory
I need advice how to proceed.
Thank you
I'm trying to modify simple hello world to send UDP datagram.
SDK is throwing error on #include <sys/socket.h>
../src/helloworld.c:43:24: fatal error: sys/socket.h: No such file or directory
I need advice how to proceed.
Thank you