mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +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,10 +6,18 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <bits/FILE.h>
|
||||
#include <bits/wchar_size.h>
|
||||
// Includes essentially mandated by POSIX:
|
||||
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/wchar.h.html
|
||||
#include <ctype.h>
|
||||
#include <stdarg.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <bits/FILE.h>
|
||||
#include <bits/wchar_size.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue