mirror of
https://github.com/apache/nuttx.git
synced 2026-06-02 01:21:26 +08:00
Include wchar.h to lib_libvsprintf.c to fix compilation error
This commit is contained in:
committed by
Gregory Nutt
parent
847d2b4218
commit
402b876869
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user