mirror of
https://github.com/termux/termux-packages.git
synced 2025-03-03 05:38:11 +00:00
11 lines
213 B
Diff
11 lines
213 B
Diff
--- a/include/linux-private/linux/in.h
|
|
+++ b/include/linux-private/linux/in.h
|
|
@@ -82,6 +82,7 @@
|
|
|
|
#if __UAPI_DEF_IN_ADDR
|
|
/* Internet address. */
|
|
+typedef __be32 in_addr_t;
|
|
struct in_addr {
|
|
__be32 s_addr;
|
|
};
|