mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
LibC: Include cdefs.h in getopt.h
Required for __BEGIN_DECLS
This commit is contained in:
parent
7334f21ef7
commit
83849f0ef3
Notes:
sideshowbarker
2024-07-19 02:11:38 +09:00
Author: https://github.com/Lubrsi
Commit: 83849f0ef3
Pull-request: https://github.com/SerenityOS/serenity/pull/3454
Reviewed-by: https://github.com/bugaevc
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#define no_argument 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue