mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00
LibC: Include cdefs.h in getopt.h
Required for __BEGIN_DECLS
This commit is contained in:
parent
7334f21ef7
commit
83849f0ef3
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