aboutsummaryrefslogtreecommitdiff
path: root/system/include/net/netinet/in.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/net/netinet/in.h')
-rw-r--r--system/include/net/netinet/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/net/netinet/in.h b/system/include/net/netinet/in.h
index 57576236..0def3127 100644
--- a/system/include/net/netinet/in.h
+++ b/system/include/net/netinet/in.h
@@ -1,4 +1,6 @@
+#define INET_ADDRSTRLEN 16
+
struct in_addr {
unsigned long s_addr;
};