mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-20 01:11:07 +00:00
Libc: make library internal includes come from private include namespace
This commit is contained in:
parent
06113b4ffe
commit
904bd3b441
Notes:
sideshowbarker
2024-07-19 11:44:10 +09:00
Author: https://github.com/kyllikki
Commit: 904bd3b441
Pull-request: https://github.com/SerenityOS/serenity/pull/642
Reviewed-by: https://github.com/awesomekling ✅
10 changed files with 119 additions and 112 deletions
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <bits/stdint.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue