You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
14 lines
283 B
Diff
14 lines
283 B
Diff
--- a/bundled/linux/include/uapi/linux/in.h
|
|
+++ b/bundled/linux/include/uapi/linux/in.h
|
|
@@ -84,7 +84,9 @@
|
|
};
|
|
#endif
|
|
|
|
-#if __UAPI_DEF_IN_ADDR
|
|
+#ifdef __ANDROID__
|
|
+#include <bits/in_addr.h>
|
|
+#elif __UAPI_DEF_IN_ADDR
|
|
/* Internet address. */
|
|
struct in_addr {
|
|
__be32 s_addr;
|