LibC: Add most of the "header may make visible" dependencies from POSIX

This commit is contained in:
Tim Schumacher 2023-07-15 15:22:45 +02:00 committed by Andrew Kaster
commit aae106e37b
Notes: sideshowbarker 2024-07-17 02:37:08 +09:00
21 changed files with 104 additions and 9 deletions

View file

@ -6,6 +6,10 @@
#pragma once
// Includes essentially mandated by POSIX:
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sched.h.html
#include <time.h>
#include <Kernel/API/POSIX/sched.h>
#include <sys/cdefs.h>
#include <sys/types.h>