This PR fix the missing define IPTOS_TOS
In a debian linux system both netinet/ip.h and linux/ip.h has this define, on ndk-sysroot only linux/ip.h but I can't include it because there is an issue on redifinition
The easy way is include it in source file ipv4.c
I inserted also the define for IPTOS_PREC, so no warning while the compilation, only a macro redifinition which is not a error
This PR fix the missing define IPTOS_TOS In a debian linux system both netinet/ip.h and linux/ip.h has this define, on ndk-sysroot only linux/ip.h but I can't include it because there is an issue on redifinition The easy way is include it in source file ipv4.c I inserted also the define for IPTOS_PREC, so no warning while the compilation, only a macro redifinition which is not a error