From 2db4ab80a2653b14e5b41cc75a26669cf165f7ec Mon Sep 17 00:00:00 2001 From: AnotherTest Date: Tue, 19 Jan 2021 01:35:11 +0330 Subject: [PATCH] LibC: Pull fd_set.h into unistd.h --- Userland/Libraries/LibC/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibC/unistd.h b/Userland/Libraries/LibC/unistd.h index ede412e86d..dbbd499cf0 100644 --- a/Userland/Libraries/LibC/unistd.h +++ b/Userland/Libraries/LibC/unistd.h @@ -34,6 +34,7 @@ #pragma once #include +#include #include #include #include