1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

LibC: Pull fd_set.h into unistd.h

This commit is contained in:
AnotherTest 2021-01-19 01:35:11 +03:30 committed by Andreas Kling
parent 6f9e6e63b6
commit 2db4ab80a2

View file

@ -34,6 +34,7 @@
#pragma once
#include <errno.h>
#include <fd_set.h>
#include <limits.h>
#include <sys/cdefs.h>
#include <sys/types.h>