1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00: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

View file

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