Add missing #include.

* lib/posix/getcwd.c: Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-03-15 16:12:28 +01:00 committed by Jan Nieuwenhuizen
parent cde88d5bbf
commit 4f6d919c11
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)