LibCore: CSocketAddress: pull in netinet/in.h

This commit is contained in:
joshua stein 2020-01-01 20:46:26 -06:00 committed by Andreas Kling
commit 288fa07d85
Notes: sideshowbarker 2024-07-19 10:26:31 +09:00

View file

@ -2,6 +2,7 @@
#include <AK/IPv4Address.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/un.h>