packages/libadns/: Various minor fixes.
[termux-packages] / packages / net-tools / ifconfig.c.patch
1 --- ./ifconfig.c 2017-02-21 23:54:32.000000000 +0530
2 +++ ../ifconfig.c 2017-04-09 14:12:07.253003297 +0530
3 @@ -44,6 +44,7 @@
4 #include <string.h>
5 #include <unistd.h>
6 #include <netdb.h>
7 +#include <arpa/inet.h>
8
9 /* Ugh. But libc5 doesn't provide POSIX types. */
10 #include <asm/types.h>