Hello,
I am trying to port tcpHandler function from tcpecho example to cloud_ota project.
while compiling after porting the function to cloud_ota project compiler returns an error
#1965 cannot open source file "netinet/in.h"
same goes with other BSD support files
/* BSD support */
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/socket.h>
I don't understand why including header files get compiled in one project and cannot in another project.
Can someone please help me resolve this issue.
Thank you,
Kris.