mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:48:11 +00:00
LibC: Add most of the "header may make visible" dependencies from POSIX
This commit is contained in:
parent
9410f0a96c
commit
aae106e37b
21 changed files with 104 additions and 9 deletions
|
@ -6,8 +6,14 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <bits/wchar.h>
|
||||
// Includes essentially mandated by POSIX:
|
||||
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/stdlib.h.html
|
||||
#include <limits.h>
|
||||
#include <math.h>
|
||||
#include <stddef.h>
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include <bits/wchar.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue