From fe8b1a732ee23ddd01d8d5714e25b9a96f004868 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 10 Apr 2021 14:33:18 +0200 Subject: [PATCH] LibC: Include additional headers in According to the Single UNIX Specification, Version 2 the header may optionally include and . This helps with porting software like c-ray that expects this to be the case. --- Userland/Libraries/LibC/arpa/inet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Userland/Libraries/LibC/arpa/inet.h b/Userland/Libraries/LibC/arpa/inet.h index 4eaf58f718..8949ab7f9d 100644 --- a/Userland/Libraries/LibC/arpa/inet.h +++ b/Userland/Libraries/LibC/arpa/inet.h @@ -27,6 +27,8 @@ #pragma once #include +#include +#include #include #include