Add missing #include.

* lib/stdlib/mbstowcs.c: Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-03-15 00:46:57 +01:00 committed by Jan Nieuwenhuizen
parent b3678c926f
commit 16ee8eb645
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*/
#include <mes/lib.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>