mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibCore: CSocketAddress: pull in netinet/in.h
This commit is contained in:
committed by
Andreas Kling
parent
f22322a06c
commit
288fa07d85
Notes:
sideshowbarker
2024-07-19 10:26:31 +09:00
Author: https://github.com/jcs Commit: https://github.com/SerenityOS/serenity/commit/288fa07d85a Pull-request: https://github.com/SerenityOS/serenity/pull/992
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <AK/IPv4Address.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user