utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / net-tools / ifconfig.c.patch
CommitLineData
379f7c79
VB
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>