Include wchar.h to lib_libvsprintf.c to fix compilation error

This commit is contained in:
Alan Carvalho de Assis 2016-10-18 13:32:03 -06:00 committed by Gregory Nutt
parent 847d2b4218
commit 402b876869

View File

@ -39,6 +39,7 @@
#include <nuttx/compiler.h> #include <nuttx/compiler.h>
#include <wchar.h>
#include <stdint.h> #include <stdint.h>
#include <stdbool.h> #include <stdbool.h>
#include <stdio.h> #include <stdio.h>