1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:37:46 +00:00

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
parent f22322a06c
commit 288fa07d85

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>