Add missing #include.

* lib/posix/getcwd.c: Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-07-05 17:12:28 +02:00 committed by Jan Nieuwenhuizen
parent 2db5ec2f55
commit 5f82a697b3
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <mes/lib.h>
#include <limits.h>
#include <sys/types.h>
#include <mes/lib.h>
char *
getcwd (char *buffer, size_t size)