LibC: add getopt.h to unistd.h

This commit is contained in:
Erlend Fagerheim 2020-09-01 15:31:34 +02:00 committed by Andreas Kling
parent 5fce518049
commit 22265f1445

View file

@ -37,6 +37,7 @@
#include <limits.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <getopt.h>
__BEGIN_DECLS