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