termux / termux-root-packages

Termux packages that are only usable by root users.
Other
1.04k stars 295 forks source link

[libnetfilter-queue] fix missing define on ipv4.c #274

Closed ghost closed 3 years ago

ghost commented 3 years ago

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