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
commit 2db4ab80a2
Notes: sideshowbarker 2024-07-18 22:15:23 +09:00

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>