From 83849f0ef380c05e83b4facbc9cf23f495c1eb2c Mon Sep 17 00:00:00 2001 From: Luke Date: Wed, 9 Sep 2020 08:20:00 +0100 Subject: LibC: Include cdefs.h in getopt.h Required for __BEGIN_DECLS --- Libraries/LibC/getopt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Libraries/LibC/getopt.h b/Libraries/LibC/getopt.h index 5c422d414a..0aaddf2820 100644 --- a/Libraries/LibC/getopt.h +++ b/Libraries/LibC/getopt.h @@ -26,6 +26,8 @@ #pragma once +#include + __BEGIN_DECLS #define no_argument 0 -- cgit v1.2.3