mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibC: Add most of the "header may make visible" dependencies from POSIX
This commit is contained in:
parent
9410f0a96c
commit
aae106e37b
Notes:
sideshowbarker
2024-07-17 02:37:08 +09:00
Author: https://github.com/timschumi
Commit: aae106e37b
Pull-request: https://github.com/SerenityOS/serenity/pull/20044
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/BertalanD
21 changed files with 104 additions and 9 deletions
|
@ -7,6 +7,11 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
// Includes essentially mandated by POSIX:
|
||||
// https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <Kernel/API/POSIX/fcntl.h>
|
||||
#include <Kernel/API/POSIX/sys/stat.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue