diff --git a/Libraries/LibC/sys/socket.h b/Libraries/LibC/sys/socket.h index 8a820e5213..8f57f29085 100644 --- a/Libraries/LibC/sys/socket.h +++ b/Libraries/LibC/sys/socket.h @@ -124,6 +124,7 @@ enum { #define SCM_TIMESTAMP SCM_TIMESTAMP struct sockaddr_storage { + sa_family_t ss_family; union { char data[sizeof(struct sockaddr_un)]; void* alignment;