summaryrefslogtreecommitdiff
path: root/userland/libc
diff options
context:
space:
mode:
Diffstat (limited to 'userland/libc')
-rw-r--r--userland/libc/include/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/userland/libc/include/socket.h b/userland/libc/include/socket.h
index c4a3e73..2bf6345 100644
--- a/userland/libc/include/socket.h
+++ b/userland/libc/include/socket.h
@@ -40,6 +40,7 @@ struct sockaddr_in {
sa_family_t sin_family;
union {
uint32_t s_addr;
+ uint8_t a[4];
} sin_addr;
uint16_t sin_port;
};