1
0
Fork 0
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:
Luke 2020-09-09 08:20:00 +01:00 committed by Andreas Kling
parent 7334f21ef7
commit 83849f0ef3
Notes: sideshowbarker 2024-07-19 02:11:38 +09:00

View file

@ -26,6 +26,8 @@
#pragma once
#include <sys/cdefs.h>
__BEGIN_DECLS
#define no_argument 0