mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibC: Add missing sys/cdefs.h include
Some header files use __BEGIN_DECLS without including sys/cdefs.h. This causes issues for C code that compiles against these headers, which may occur with Ports.
This commit is contained in:
parent
e70624de9f
commit
abc150085f
Notes:
sideshowbarker
2024-07-17 20:33:50 +09:00
Author: https://github.com/emilytrau
Commit: abc150085f
Pull-request: https://github.com/SerenityOS/serenity/pull/14875
27 changed files with 27 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
#include <Kernel/API/POSIX/netinet/in.h>
|
||||
#include <endian.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue