mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
LibCore: CSocketAddress: pull in netinet/in.h
This commit is contained in:
parent
f22322a06c
commit
288fa07d85
Notes:
sideshowbarker
2024-07-19 10:26:31 +09:00
Author: https://github.com/jcs
Commit: 288fa07d85
Pull-request: https://github.com/SerenityOS/serenity/pull/992
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <AK/IPv4Address.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue